[td-1752] add test cases.

This commit is contained in:
Haojun Liao 2020-10-20 14:08:53 +08:00
parent beb6599256
commit 9f653edacd
1 changed files with 2 additions and 2 deletions

View File

@ -358,7 +358,7 @@ sql_error select * from t1 where ts>now-1y
sql_error select * from t1 where ts>now-1n
print ========================> td-1752
sql select * from st2 where t2 < 200 and t2 is not null;
sql select * from db.st2 where t2 < 200 and t2 is not null;
if $rows != 1 then
return -1
endi
@ -375,7 +375,7 @@ if $data02 != 1 then
return -1
endi
sql select * from st2 where t2 > 200 or t2 is null;
sql select * from db.st2 where t2 > 200 or t2 is null;
if $rows != 0 then
return -1
endi