lwtdev commented on issue #7978:
URL: https://github.com/apache/shardingsphere/issues/7978#issuecomment-719469921


   @kimmking In fact, these sql also works well in 4.11
   
   ```
   ShardingProxy(4.1.1)No Sharding
   deleteMultiTable[hasShardingKey:none];        Support:true;  SQL: delete 
customer, customer_email from customer , customer_email where customer.status = 
3;
   ds_0|delete customer, customer_email from customer , customer_email where 
customer.status = 3|
   
   ShardingProxy(4.1.1)No Sharding
   selectIntoVarAfterFrom[hasShardingKey:all];   Support:true;  SQL: select * 
from customer where id = 3 into @myvar;
   ds_0|select * from customer where id = 3 into @myvar|
   ```
   > There is no plan for these case.
   Can you make a pr for it?
   
   Maybe we can fix it at beta version ~


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


Reply via email to