Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

solution #5 throws an error #8

Closed
HeshamShaarawy opened this issue Jul 24, 2022 · 2 comments
Closed

solution #5 throws an error #8

HeshamShaarawy opened this issue Jul 24, 2022 · 2 comments

Comments

@HeshamShaarawy
Copy link

HeshamShaarawy commented Jul 24, 2022

Solution of Exercise 5 throws an error:

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

found a solution to this issue:
https://stackoverflow.com/questions/41887460/select-list-is-not-in-group-by-clause-and-contains-nonaggregated-column-inc

@HeshamShaarawy
Copy link
Author

Solution of Exercise 5 throws an error:

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

found this answer very relevant to the issue and helo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant