You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
select error, count(1) < sum(aggr_count) check_result, count(1) cnt, sum(aggr_count) sum, statement from system.statement_info where account="bvt_aggr_error_stmt" and sql_source_type="cloud_nonuser_sql" group by `statement`, error;
2
+
error check_result cnt sum statement
3
+
SQL parser error: table "statement_not_exist_2" does not exist true 1 3 select * from system.statement_not_exist_2
4
+
SQL parser error: table "statement_not_exist_3" does not exist true 1 3 select * from system.statement_not_exist_3
5
+
SQL parser error: table "statement_not_exist" does not exist true 1 9 select * from system.statement_not_exist
0 commit comments