arungopalan opened a new issue, #18078: URL: https://github.com/apache/shardingsphere/issues/18078
The postgresql parser seems to parse this without giving any error `select * as some_col from some_table` A * is not allowed to have aliases in postgresql. Weirdly, postgresql allows an alias after a dot star. So a query like this is allowed `select t.* as some_col from some_table t`. The alias is ignored in this case. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
