wecisecode 4 天之前
父节点
当前提交
4380278c41
共有 1 个文件被更改,包括 16 次插入0 次删除
  1. 16 0
      odbctest/mql/basic/10basic/41.insert.mql

+ 16 - 0
odbctest/mql/basic/10basic/41.insert.mql

@@ -46,6 +46,22 @@ sleep(2s)
 **/
 ;
 
+select * from /test/foo
+/**
+output()
+count(10)
+**/
+;
+
+-- 这个如果有错,重启一下cassandra就好了
+-- If error occurs with this, just restart Cassandra
+select * from /test/foo where v_float >= 1.1 or v_float <= 1.1
+/**
+output()
+count(10)
+**/
+;
+
 select * from /test/foo where v_float=1.1234567890123457
 /**
 output()