kimmking edited a comment on issue #7978:
URL: https://github.com/apache/shardingsphere/issues/7978#issuecomment-719441492


   SQL for testing
   
   ```
   -- @title:deleteMultiTable,hasShardingKey:none
   delete customer, customer_email from customer , customer_email where 
customer.status = 3;
   
   -- @title:selectIntoVarAfterFrom,hasShardingKey:none
   select * from customer into @myvar;
   ```
   
   Thanks a lot @lwtdev .
   These cases are marked as UNSupported in docs.
   
   There is no plan for these case.
   Can you make a pr for it?


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