MySQL Forums
Forum List  »  Stored Procedures

Re: Create function gets error no matter what
Posted by: Joel Carlson
Date: August 26, 2013 02:20PM

Correction: I was attempting to create the function on one of our older servers Our most current mySQL version is 5.5.31.
Issue remains unchanged however... Same piece of SQL, same error. Help me out here please.
CREATE FUNCTION Hierarchy_Agent(value INT)
RETURNS INT
NOT DETERMINISTIC
READS SQL DATA
BEGIN
DECLARE xid INT;
END

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Create function gets error no matter what
1184
August 26, 2013 02:20PM


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.