MySQL Forums
Forum List  »  Stored Procedures

Re: Problem with Stored Procedure
Posted by: Thomas CORBIERE
Date: October 28, 2005 02:19PM

Don't quote the procedure name. MySQL identifier can be enclosed with backticks instead.

CREATE PROCEDURE `abcd`()
BEGIN
SELECT * FROM scoam_db.filialen;
END

Thomas CORBIERE

Options: ReplyQuote


Subject
Views
Written By
Posted
3400
ra
October 28, 2005 02:04PM
Re: Problem with Stored Procedure
1713
October 28, 2005 02:19PM
1747
ra
October 28, 2005 02:26PM
1697
ra
October 28, 2005 02:37PM
1696
October 28, 2005 02:40PM


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.