Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upCreate SYNONYM statement error #1058
Comments
|
JSqlParser does not (yet) support this. Pull requests are welcome. |
I have a create synonym script. When i parse the script, it throws exception.
SQL like this;
CREATE OR REPLACE PUBLIC SYNONYM TBL_TABLE_NAME FOR SCHEMA.T_TBL_NAME;Exception;
My java version 11
JSqlParser version 3.2