为提高效率,提问时请提供以下信息,问题描述清晰可优先响应。 【DM版本】:达梦8 【操作系统】:linux 【问题描述】*:使用语句alter index [index_name] rebuild TABLESPACE [tablespace_name]失败,提示-2007:语法分析出错 我要怎样才能实现更改现有索引的表空间
请不要自创语法,要先学习一下官方手册 create or replace index "INX_GONGSI" on "AA_INFO"("GONG_SI") storage(on "tablespace_name");
请不要自创语法,要先学习一下官方手册
create or replace index "INX_GONGSI" on "AA_INFO"("GONG_SI") storage(on "tablespace_name");