Skip to content

Instantly share code, notes, and snippets.

@alfredoem
Created May 12, 2017 16:34
Show Gist options
  • Save alfredoem/fc83caab51878d20e49704b2c0d75695 to your computer and use it in GitHub Desktop.
Save alfredoem/fc83caab51878d20e49704b2c0d75695 to your computer and use it in GitHub Desktop.
MySQL
#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