Replies: 1 comment 3 replies
-
Can you explain the problem you're trying to solve through an example? Do you just need to put quotes around certain identifiers, that happen to be table references in your case? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Thank you for this amazing library
I have just started using it for an internal project where we need to modify certain parts of the query. I was wondering if there is a way for the parser to output the position of a token in the query string (so that I can modify it).
For e.g. in the queries below we want to identify the base table(s) and change that - which would be EMP and leads (placed inside the bracket) for below 2 queries
Kindly guide.
I know that the library also allows to modify the query but I couldn't find a good way to use it in a complex query, so any guidance there is appreciated.
Beta Was this translation helpful? Give feedback.
All reactions