Skip to content

Commit

Permalink
Revise oracle parse rule for pr 27451 (#27565)
Browse files Browse the repository at this point in the history
  • Loading branch information
strongduanmu authored Jul 30, 2023
1 parent 0ddb4d3 commit 610400c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3668,5 +3668,5 @@ replaceTypeClause
;

alterType
: ALTER TYPE typeName (compileTypeClause|replaceTypeClause)?
: ALTER TYPE typeName (compileTypeClause | replaceTypeClause)?
;

0 comments on commit 610400c

Please sign in to comment.