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

Parse table name in select items #2118

Closed
terrymanu opened this issue Mar 27, 2019 · 0 comments
Closed

Parse table name in select items #2118

terrymanu opened this issue Mar 27, 2019 · 0 comments

Comments

@terrymanu
Copy link
Member

Can parse table name or alias in select items, example:

SELECT tbl.* from tbl;

the table name tbl in select list should be parse and add to table token.

If sql is:

SELECT b.* from tbl b;

the alias name b in select list should be parse but not add to table token.

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

No branches or pull requests

1 participant