We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Related to #154
sqlparser now parses select * from (table_name). However, it does not parse select * from (table_name) alias.
select * from (table_name)
select * from (table_name) alias
Would it make sense to add this functionality? If so, would that mean adding an alias field to TableWithJoins?
alias
TableWithJoins