Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unrecognized field alias #408

Open
hcymysql opened this issue Jul 28, 2023 · 0 comments
Open

Unrecognized field alias #408

hcymysql opened this issue Jul 28, 2023 · 0 comments

Comments

@hcymysql
Copy link

hcymysql commented Jul 28, 2023

>>> from sql_metadata import Parser
>>> 
>>> parser = Parser("select * from checksums as c where c.tbl='esx_binlog_member' limit 1")
>>> parser.columns_aliases_names
[]
>>> parser.columns_aliases_dict
>>> 

### does not recognize alias field c.tbl

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant