tdSql.execute("create table stable_1_1 using stable_1 tags('stable_1_1')")
tdSql.execute("create table stable_1_2 using stable_1 tags('stable_1_2')")
tdSql.execute("insert into stable_1_1 (ts , q_double) values(1630000000000, 1)(1630000010000, 2)(1630000020000, 3)")
tdSql.query("select STDDEV(q_double) from stable_1 where ts between 1630000001000 and 1630100001000 interval(18d) sliding(4d) Fill(NEXT) order by ts desc")