wowojyc commented on issue #2961: Delete with alias error
URL: 
https://github.com/apache/incubator-shardingsphere/issues/2961#issuecomment-527815378
 
 
   > > Thank you very much. In my application, I will add alias default.
   > 
   > ss only supports single table deletion, so you don't have much meaning 
with aliases.
   For example this sql,
   delete Goods from goods AS Goods WHERE Goods.goods_id <= ?
   My where condition is from the other sql parser engine, it's pattern is 
`alias.column`. So my delete sql must add alias as well. Otherwise, it will not 
run in mysql.
   

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to