You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2019/03/27 17:24:50 UTC

[GitHub] [incubator-shardingsphere] terrymanu opened a new issue #2118: Parse table name in select items

terrymanu opened a new issue #2118: Parse table name in select items
URL: https://github.com/apache/incubator-shardingsphere/issues/2118
 
 
   Can parse table name or alias in select items, example: 
   
   ```sql
   SELECT tbl.* from tbl;
   ```
   
   the table name `tbl` in select list should be parse and add to table token.
   
   If sql is:
   ```sql
   SELECT b.* from tbl b;
   ```
   
   the alias name `b` in select list should be parse but not add to table token.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services