[TD-225]add test cases.
This commit is contained in:
parent
f146a81d26
commit
f511effa99
|
@ -73,6 +73,9 @@ endi
|
||||||
sql select * from stb where t1 > '1'
|
sql select * from stb where t1 > '1'
|
||||||
sql select * from stb where t1 > 'a'
|
sql select * from stb where t1 > 'a'
|
||||||
|
|
||||||
|
print =====================> TD-2685
|
||||||
|
sql_error select t1, count(t1) from stb;
|
||||||
|
|
||||||
## wildcard '%'
|
## wildcard '%'
|
||||||
#sql select * from stb where t1 like '%'
|
#sql select * from stb where t1 like '%'
|
||||||
#if $rows != 1 then
|
#if $rows != 1 then
|
||||||
|
|
Loading…
Reference in New Issue