Skip to content

Commit 7a4f664

Browse files
committed
Fix
1 parent 37b3c0b commit 7a4f664

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/jjtree/net/sf/jsqlparser/parser/JSqlParserCC.jjt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6539,7 +6539,7 @@ Alter AlterTable():
65396539

65406540
alterExp=AlterExpression() { if (usingIfExists)
65416541
alter.addAlterExpression( alterExp.withUsingIfExists(true) );
6542-
else
6542+
else
65436543
alter.addAlterExpression(alterExp); }
65446544

65456545
("," alterExp=AlterExpression() { alter.addAlterExpression(alterExp); } )*

0 commit comments

Comments
 (0)