GBase 8a 分布键在哪个字典表或视图可以查询呢?

比如,我建了一张表,指定了一个分布键。创建成功后,我要获取这张表的信息(表、字段、分布键等信息),在哪个表或视图可以查询到呢?

您好。
查看表的定义可以使用desc tablename或者show create table tablename;
表的分布键信息gbase.table_distribution,
表列信息 information_schema.columns