Skip to content

Commit

Permalink
[plsql]/Remove redundant quantitative_where_stmt statements (#4358)
Browse files Browse the repository at this point in the history
  • Loading branch information
hellozrh authored Dec 19, 2024
1 parent d0bf1da commit f144928
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions sql/plsql/PlSqlParser.g4
Original file line number Diff line number Diff line change
Expand Up @@ -6927,11 +6927,7 @@ table_alias
;

where_clause
: WHERE (CURRENT OF cursor_name | condition | quantitative_where_stmt)
;

quantitative_where_stmt
: expression relational_operator (SOME | ALL | ANY) '(' expression (',' expression)* ')'
: WHERE (CURRENT OF cursor_name | condition)
;

into_clause
Expand Down

0 comments on commit f144928

Please sign in to comment.