当前位置: 代码迷 >> 综合 >> Cassandra select table where timeuuid
  详细解决方案

Cassandra select table where timeuuid

热度:78   发布时间:2023-12-18 12:45:57.0
select * from [table]
where timeuuidField = aa1ea000-008b-11eb-90c4-b3b9de7a737e
limit 15
ALLOW FILTERING 

 

where 时要加上 ALLOW FILTERING

  相关解决方案