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: February 04, 2012 01:16PM

I'm rather lost, but maybe...
Replace

end;
ZZZ

with:

end;
DELIMITER ;
CALL p_temp(@xml);
ZZZ

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.