MySQL Forums
Forum List  »  General

Re: Create Function syntax error
Posted by: Peter Brawley
Date: June 14, 2016 03:02AM

No Delimiter directives?

What is the error message?

The Group By clause allows the query to return multiple values, one per Group, which of course the scalar var can't handle. If you just want the max value, lose Group By, otherwise rethink the query.

Options: ReplyQuote


Subject
Written By
Posted
Re: Create Function syntax error
June 14, 2016 03:02AM


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.