This is my sql statement. How can i add new columns to it dynamically with JSqlParser? For example i want to add “mylocation” column to my sql query: Answer According to the documentation it should work like this:
This is my sql statement. How can i add new columns to it dynamically with JSqlParser? For example i want to add “mylocation” column to my sql query: Answer According to the documentation it should work like this: