Can you please add an example how to modify the field list of a select statement:
SELECT a,b,c FROM table
should be modified to
SELECT a,b,c,d FROM table.
How to do this with gaSQLparser-Components?
Log in to post a comment.