Created
May 12, 2017 16:34
-
-
Save alfredoem/fc83caab51878d20e49704b2c0d75695 to your computer and use it in GitHub Desktop.
MySQL
This file contains 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 list is not in GROUP BY clause and contains nonaggregated column 'db.table.column' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by | |
SET @@sql_mode = ""; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment