You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2019/10/09 04:53:26 UTC

[GitHub] [incubator-shardingsphere] SteNicholas commented on issue #3155: Sharding jdbc parse sql statement which have a table name alias as T whill case error

SteNicholas commented on issue #3155: Sharding jdbc parse sql statement which have a table name alias as T whill case error
URL: https://github.com/apache/incubator-shardingsphere/issues/3155#issuecomment-539828948
 
 
   @ylyly You can refer to this pull request about the issue you mentioned.And description of your issue was something wrong.The fact is that parser supports table alias named 'T',but not support 'T' is positioned between select statement.
   For example:
   Support: `select * from ACT_RU_TASK T where T.PROC_INST_ID_ = ?`
   Not Support:`select T.* from ACT_RU_TASK T where T.PROC_INST_ID_ = ?`

----------------------------------------------------------------
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