[TD-5534]<fix>:fix test case out of date error
This commit is contained in:
parent
b9db84586c
commit
5f37d8a2a5
|
@ -783,7 +783,7 @@ endi
|
|||
sql create stable st1 (ts timestamp, f1 int, f2 int) tags (id int);
|
||||
sql create table tb1 using st1 tags(1);
|
||||
|
||||
sql insert into tb1 values (now, 1, 1);
|
||||
sql insert into tb1 values ('2021-07-02 00:00:00', 1, 1);
|
||||
|
||||
sql select stddev(f1) from st1 group by f1;
|
||||
|
||||
|
|
Loading…
Reference in New Issue