MySQL Forums
Forum List  »  Newbie

Re: Tree behavior - Make this query compatible with mysql with sql_mode=only_full_group_by
Posted by: Patrick FAURE
Date: August 21, 2017 12:43PM

Thank you for your answer.

Here is the query that generates the error message:

"SELECT n.id, n.industry_naf, count(*)-1 AS level, round((n.rght - n.lft)/2) AS offspring FROM xxxxxxxxx.industries AS n, xxxxxxxxx.industries AS p WHERE n.lft BETWEEN p.lft AND p.rght GROUP BY n.lft HAVING level = 4 ORDER BY n.lft;"

Patrick

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.