MySQL Forums
Forum List  »  Stored Procedures

Re: How to create Stored Procedure to INSERT multiple Rows in a table
Posted by: Peter Brawley
Date: April 27, 2020 09:21AM

Yes, massage the data as necessary so Load Data Xml can read it, run Load Xml against that file into a temporary table, then do what you want with those temporary table rows.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: How to create Stored Procedure to INSERT multiple Rows in a table
945
April 27, 2020 09:21AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.