[TD-14426 FIXED]

This commit is contained in:
plum-lihui 2022-04-01 18:02:45 +08:00
parent 52e393a42d
commit 8fe1408729
1 changed files with 1 additions and 1 deletions

View File

@ -202,7 +202,7 @@ if $rows != $rowNum then
endi
print ====> sin
#sql select c1, sin(c1), sin(c1) * 3.14159265 / 180 from ct1 # TD-14426
sql select c1, sin(c1), sin(c1) * 3.14159265 / 180 from ct1
sql select c1, sin(c1), c2, sin(c2), c3, sin(c3) from ct1
print ====> select c1, sin(c1), c2, sin(c2), c3, sin(c3) from ct1
print ====> rows: $rows