You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a use case, where I need to get the original table and column names as they can be aliased: I'm currently writing a parser for the data structure this repo is producing, but this is a bigger(?) task: Do you know of any way of getting the original table and column names from a sql statement?
The text was updated successfully, but these errors were encountered:
I occasionally get this type of request. You are correct, it is a "bigger" task. You may consider using #26, which may still work and provide you with what you are looking for.
I have a use case, where I need to get the original table and column names as they can be aliased: I'm currently writing a parser for the data structure this repo is producing, but this is a bigger(?) task: Do you know of any way of getting the original table and column names from a sql statement?
The text was updated successfully, but these errors were encountered: