[td-225] add test cases.
This commit is contained in:
parent
b9566424ba
commit
bd0522b1a9
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue