MySQL Forums
Forum List  »  Stored Procedures

Re: need some help with a stored procedure to import XML into a table
Posted by: Rick James
Date: January 30, 2012 09:25PM

Next step is to make two scripts, not one.

The first script, which you run only once, creates the stored procedure.

The second script, which you run as often as needed, CALLs the stored procedure.

Options: ReplyQuote




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.