carlyin0801 edited a comment 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');
   
   Version 5.0.0 does not currently support this method.


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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to