diff --git a/tests/script/general/parser/where.sim b/tests/script/general/parser/where.sim index 6b789de4903a6abd4ef7ad66a28a6008b588d4fb..734455d93e6e8a74586df39e94a01eadcd3bf3af 100644 --- a/tests/script/general/parser/where.sim +++ b/tests/script/general/parser/where.sim @@ -360,4 +360,11 @@ sql select * from (select * from where_ts) where tstd-11169 +create stable m1 (ts timestamp , k int) tags(a binary(15000)); +create table tm0 using m1 tags('abc'); +insert into tm0 values(now, 1); +select top(k, 100), a from m1; + system sh/exec.sh -n dnode1 -s stop -x SIGINT