I am using version 6.3 of MySQL.
Requirement is to create a Stored Procedure which can INSERT multiple rows into a table where table has 10 columns.
The number of rows to be inserted is dynamic and would depend on the incoming file from caller Application.
Can anyone help on this
As how to create a SP to accept an Array of Data with dynamic length (because rows can be varying)
How to call the SP.
Any pointers and help will be appreciated.
Thanks in advance.
Requirement is to create a Stored Procedure which can INSERT multiple rows into a table where table has 10 columns.
The number of rows to be inserted is dynamic and would depend on the incoming file from caller Application.
Can anyone help on this
As how to create a SP to accept an Array of Data with dynamic length (because rows can be varying)
How to call the SP.
Any pointers and help will be appreciated.
Thanks in advance.