-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Description
Goal: SQL Rewrite with comments
Sample:
SELECT NAME, ADDRESS, COL1 /* Important comment!*/ FROM OLD_TABLE WHERE SSN IN ('1', '2');
After rewrite:
SELECT NAME, ADDRESS, COL1 /* Important comment!*/ FROM NEW_TABLE WHERE SSN IN ('3', '4');
(SQL building with jSQLParser is clear.)
How can I use it with jSQLParser?
Metadata
Metadata
Assignees
Labels
No labels