未验证 提交 a607ef21 编写于 作者: S Shengliang Guan 提交者: GitHub

Merge pull request #2271 from taosdata/feature/query

[td-225] fix error in scripts
...@@ -352,7 +352,7 @@ if $data07 != nchar0 then ...@@ -352,7 +352,7 @@ if $data07 != nchar0 then
return -1 return -1
endi endi
sql select max(c1), min(c2), avg(c3), sum(c5), spread(c6), first(c7), last(c8), first(c9) from $stb where ts >= $ts0 and ts <= $tsu and c1 > 1 and c2 < 9 and c3 > 2 and c4 < 8 and c5 > 3 and c6 < 7 and c7 > 0 and c8 like '%5' and t1 > 3 and t1 < 6 limit 1 offset 0; sql select max(c1), min(c2), avg(c3), sum(c5), spread(c6), first(c7), last(c8), first(c9) from $stb where ts >= $ts0 and ts <= $tsu and c1 > 1 and c2 < 9 and c3 > 2 and c4 < 8 and c5 > 3 and c6 < 7 and c7 != 0 and c8 like '%5' and t1 > 3 and t1 < 6 limit 1 offset 0;
if $rows != 1 then if $rows != 1 then
return -1 return -1
endi endi
......
...@@ -198,15 +198,15 @@ if $rows != 100 then ...@@ -198,15 +198,15 @@ if $rows != 100 then
return -1 return -1
endi endi
sql select * from $mt where tgcol > '0' #sql select * from $mt where tgcol > '0'
#print rows = $rows ##print rows = $rows
if $rows != 100 then #if $rows != 100 then
return -1 # return -1
endi #endi
#print $data03 ##print $data03
if $data03 != 1 then #if $data03 != 1 then
return -1 # return -1
endi #endi
# cumulative query with nchar tag filtering # cumulative query with nchar tag filtering
sql select count(tbcol1), avg(tbcol1), sum(tbcol1), min(tbcol1), max(tbcol1), first(tbcol1), last(tbcol1) from $mt where tgcol = '1' sql select count(tbcol1), avg(tbcol1), sum(tbcol1), min(tbcol1), max(tbcol1), first(tbcol1), last(tbcol1) from $mt where tgcol = '1'
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册