MySQL Forums
Forum List  »  MySQL Workbench

error 1055: only_full_group_by
Posted by: ROB MARTINI
Date: April 27, 2019 01:20AM

I'm using latest Mysql Workbench 8.0.16 and I got error on some queries:

Error Code: 1055. Expression #1 of SELECT list is not in GROUP BY clause and contains nonaggregated column ... which is not functionally dependent on columns in GROUP BY clause;
this is incompatible with sql_mode=only_full_group_by 0.00046 sec

I understand I have to modify sql_mode parameter, deleting "only_full_group_by" ?

Options: ReplyQuote


Subject
Views
Written By
Posted
error 1055: only_full_group_by
2639
April 27, 2019 01:20AM


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.