-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
example of parser details #34
Comments
|
@skywhat It's amazing, but.... Your code is taking a fixed numbers of columns.
And so on! |
Try this code, it should work as expected.
|
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Hi there,
From the example we just print the parse out. How can I get - that is like type (create or alter etc, DDL type, ) table name, columns etc, all details?
the thing I could see is using
WalkSubtree
and parse them out however it is not obvious to new users like me without reading code and finding types etc..So a more example to show the detailed portion of the parsed stmt would be great.
Thanks
The text was updated successfully, but these errors were encountered: