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 2022/01/13 07:49:37 UTC

[GitHub] [shardingsphere] carlyin0801 commented on issue #14731: Hello, why can't version 5.0.0 support SQL batch insert or update?

carlyin0801 commented on issue #14731:
URL: https://github.com/apache/shardingsphere/issues/14731#issuecomment-1011880660


   such as:
   INSERT INTO table ( "clo1", "col2", "col3", "col4", "col5" )
   VALUES
   ( 1, 10, NULL, '2021-12-19 13:38:35', 'xxx'),
   ( 2, 11, NULL, '2021-12-19 15:05:13', 'xxx'),
   ( 3, 12, NULL, '2021-12-19 15:05:13', 'xxx'),
   ( 4, 13, NULL, '2021-12-19 15:05:13', 'xxx');


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

To unsubscribe, e-mail: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org