GAUSS-01105:there is no previously clustered index for table '%s' SQLSTATE: 42704
错误码
错误描述:there is no previously clustered index for table '%s' SQLSTATE: 42704
错误原因:没有指定索引名称,该表之前也未做过cluster,因此无法确定以那个索引来做cluster。
解决方法:如果不指定cluster的索引名称,就必须保证该表之前做过cluster,系统使用上次cluster的索引。否则,需要指明要做cluster的索引名称。
向认证技术专家提问
向技术专家提问