MySQL Forums
Forum List  »  InnoDB

Re: Help with database query #1064 - You have an error
Posted by: Rick James
Date: April 22, 2014 09:30AM

GROUP BY does not make sense in an UPDATE. The "tbl JOIN tbl ON ..." should uniquely identify a set of rows to UPDATE. Adding a GROUP BY after it would not change the set.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Help with database query #1064 - You have an error
753
April 22, 2014 09:30AM


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.