MySQL Forums
Forum List  »  Newbie

Re: Tree behavior - Make this query compatible with mysql with sql_mode=only_full_group_by
Posted by: Peter Brawley
Date: August 21, 2017 11:24AM

The error msg mentions a column not referenced in the query. What's the query that generated that msg?

In general, if you wish not to disable only_full_group_by, use ANY() for non-aggregated columns.

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.