开发者社区> 问答> 正文

这样创建的表 数据集的表没有按照操作时间倒序,是因为什么呢?

这样创建的表 数据集的表没有按照操作时间倒序,是因为什么呢? CREATE TABLE user( id bigint , user_name text, password text, real_name text, finger_status text, department text, description text, operation_time bigint, primary key (id,operation_time) ) with clustering order by (operation_time desc);

展开
收起
aoxunb4t7tn3w 2022-06-09 14:55:14 3334 0
1 条回答
写回答
取消 提交回答
问答地址:
问答排行榜
最热
最新

相关电子书

更多
RowKey与索引设计:技巧与案例分析 立即下载
4个迭代,从批量交...1573957773.pdf 立即下载
Phoenix 全局索引原理与实践 立即下载