Created
May 10, 2021 08:19
-
-
Save memandip/aadaf2eba250095f55cb49cff4f71b57 to your computer and use it in GitHub Desktop.
Fix sql_mode ONLY_FULL_GROUP_BY
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by | |
SET GLOBAL sql_mode=(SELECT REPLACE(@@sql_mode,'ONLY_FULL_GROUP_BY','')); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment