Question
How to pass infotable to stored procedure for inserting data in MySQL
hi
I am trying to do the same thing in SQL , updating data from infotable to MySQL table.
Above logic should be written in javascript service? If yes, How can i call below exec SP here?
exec [StoredProcedure]

