查看表的定义可以使用desc tablename或者show create table tablename;
表的分布键信息gbase.table_distribution,
表列信息 information_schema.columns
表的分布键信息gbase.table_distribution,
表列信息 information_schema.columns
蓝墨水 发表于 2020-9-17 16:46
查看表的定义可以使用desc tablename或者show create table tablename;
表的分布键信息gbase.table_distri ...
感谢!