From ffc58d64e71dd7555f7494fea75ca3e65258c4ef Mon Sep 17 00:00:00 2001 From: Haojun Liao Date: Fri, 3 Dec 2021 13:44:17 +0800 Subject: [PATCH] [td-11169] add test case. --- tests/script/general/parser/where.sim | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tests/script/general/parser/where.sim b/tests/script/general/parser/where.sim index 6b789de490..734455d93e 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 -- GitLab