[TD-225] add a test case.

This commit is contained in:
Haojun Liao 2020-11-10 21:49:53 +08:00
parent 5178b4ffe8
commit c8a7410009
1 changed files with 11 additions and 0 deletions

View File

@ -347,6 +347,17 @@ if $rows != 3 then
return -1
endi
sql select 0.1 + 0.2 from t1
if $rows != 3 then
return -1
endi
print =============================> td-2036
if $data00 != 0.3000000 then
print expect: 0.3000000, actual:$data00
return -1
endi
print ======================udc with normal column group by
sql_error select from t1