Related to https://github.com/ballista-compute/sqlparser-rs/issues/154 sqlparser now parses `select * from (table_name)`. However, it does not parse `select * from (table_name) alias`. Would it make sense to add this functionality? If so, would that mean adding an `alias` field to `TableWithJoins`?
Related to #154
sqlparser now parses
select * from (table_name). However, it does not parseselect * from (table_name) alias.Would it make sense to add this functionality? If so, would that mean adding an
aliasfield toTableWithJoins?