TherChenYang commented on issue #29591: URL: https://github.com/apache/shardingsphere/issues/29591#issuecomment-1871811686
@Y-sir You can refer to here, Oracle does not support batch insertion like MySQL. [link](https://docs.oracle.com/database/121/SQLRF/statements_9015.htm) ``` INSERT ALL INTO my_table(field_1,field_2) VALUES (value_1,value_2) INTO my_table(field_1,field_2) VALUES (value_3,value_4) INTO my_table(field_1,field_2) VALUES (value_5,value_6) SELECT 1 FROM DUAL; ``` -- 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]
