Last active
August 2, 2017 15:57
-
-
Save grimzy/be7758f04ed909a52d3966308f1f8200 to your computer and use it in GitHub Desktop.
MySQL sql_mode
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
select @@sql_mode; |
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
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