开发者社区> 问答> 正文

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

这样创建的表 数据集的表没有按照操作时间倒序,是因为什么呢? 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 3341 0
1 条回答
写回答
取消 提交回答
问答地址:
问答排行榜
最热
最新

相关电子书

更多
RowKey与索引设计:技巧与案例分析 立即下载
低代码开发师(初级)实战教程 立即下载
阿里巴巴DevOps 最佳实践手册 立即下载