|
|
@@ -7,7 +7,6 @@ insert into /test/aaa/test_basic (name, v_text, v_int, v_bigint, v_float, v_doub
|
|
|
values ('insert_001', 'hello world 测试数据', 100, 1234567890123456789, 3.14, 3.141592653589793, true, 1711641600000, 'hello')
|
|
|
/**
|
|
|
output()
|
|
|
-count(1)
|
|
|
**/
|
|
|
;
|
|
|
|
|
|
@@ -16,7 +15,6 @@ insert into /test/aaa/test_basic (name, v_text, v_int, v_float, v_double, v_bool
|
|
|
values ('insert_002', 'boolean false test', -50, -1.5, 0.0001, false)
|
|
|
/**
|
|
|
output()
|
|
|
-count(1)
|
|
|
**/
|
|
|
;
|
|
|
|