[TD-225] add a test case.
This commit is contained in:
parent
5178b4ffe8
commit
c8a7410009
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue