Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
For invalid queries like
select * from t1 having c1 > 0;
Currently semantic correctness check is done in semantic analyzer, but this can be caught right at parse time by tightening up our grammar.