[TD-225] remove the invalid test case.

This commit is contained in:
Haojun Liao 2020-12-18 16:26:56 +08:00
parent 134d91907e
commit 520771f225
1 changed files with 0 additions and 1 deletions

View File

@ -317,7 +317,6 @@ sql_error select count(*) from group_tb0 where ts in ('2016-1-1 12:12:12');
sql_error select count(*) from group_tb0 where ts < '12:12:12'; sql_error select count(*) from group_tb0 where ts < '12:12:12';
#===============================sql for twa========================================== #===============================sql for twa==========================================
sql_error select twa(c1) from group_tb0;
sql_error select twa(c1) from group_stb0; sql_error select twa(c1) from group_stb0;
sql_error select twa(c2) from group_stb0 where ts<now and ts>now-1h group by t1; sql_error select twa(c2) from group_stb0 where ts<now and ts>now-1h group by t1;
sql_error select twa(c2) from group_stb0 where ts<now and ts>now-1h group by tbname,t1; sql_error select twa(c2) from group_stb0 where ts<now and ts>now-1h group by tbname,t1;