[td-225] add test cases.

This commit is contained in:
Haojun Liao 2020-09-11 10:35:03 +08:00
parent b9566424ba
commit bd0522b1a9
1 changed files with 4 additions and 0 deletions

View File

@ -21,6 +21,10 @@ $tsu = $rowNum * $delta
$tsu = $tsu - $delta
$tsu = $tsu + $ts0
print ==================>issue #3481, normal column not allowed,
sql_error select ts,c1,min(c2) from ts_stb0
##### select from supertable
$tb = $tbPrefix . 0
sql select first(c1), last(c1), (1537325400 - 1537146000)/(5*60) v from $tb where ts >= $ts0 and ts < $tsu interval(5m) fill(value, -1)