[TD-225]update sim.
This commit is contained in:
parent
93211d7ef9
commit
fe94d26169
|
@ -813,8 +813,6 @@ sql_error select first(ts), first(c1),tbname from select_tags_mt0;
|
|||
sql_error select first(ts), last(ts), tbname from select_tags_mt0;
|
||||
sql_error select last_row(*), first(ts), tbname, t1, t2 from select_tags_mt0;
|
||||
sql_error select tbname, last_row(*), t1, first(ts) from select_tags_mt0;
|
||||
sql_error select first(ts), tbname from select_tags_tb0;
|
||||
sql_error select last_row(*), t1 from select_tags_tb0;
|
||||
sql_error select count(*), tbname from select_tags_mt0;
|
||||
sql_error select sum(c2), tbname from select_tags_mt0;
|
||||
sql_error select avg(c3), tbname from select_tags_mt0;
|
||||
|
|
Loading…
Reference in New Issue