[TD-225]add test cases.

This commit is contained in:
Haojun Liao 2021-01-07 22:36:32 +08:00
parent f146a81d26
commit f511effa99
1 changed files with 3 additions and 0 deletions

View File

@ -73,6 +73,9 @@ endi
sql select * from stb where t1 > '1'
sql select * from stb where t1 > 'a'
print =====================> TD-2685
sql_error select t1, count(t1) from stb;
## wildcard '%'
#sql select * from stb where t1 like '%'
#if $rows != 1 then