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 can extract table names and column names separately,
but is there anyway to extract table and its related columns?
or
Is it possible to extract table and its related columns in a single struct?
The text was updated successfully, but these errors were encountered:
vasudevla
changed the title
How do I get table and its columns in a single struct
How do I parse table and its columns in a single struct
Sep 23, 2021
vasudevla
changed the title
How do I parse table and its columns in a single struct
Is it possible to parse table and its columns in a single struct?
Sep 23, 2021
vasudevla
changed the title
Is it possible to parse table and its columns in a single struct?
Is it possible to extract table and its related columns from sql query?
Sep 27, 2021
Question
For example,
If query is
I need something like below,
And
I can extract table names and column names separately,
but is there anyway to extract table and its related columns?
or
Is it possible to extract table and its related columns in a single struct?
The text was updated successfully, but these errors were encountered: