Skip to content

Instantly share code, notes, and snippets.

@ifirmawan
Created December 26, 2022 09:02
Show Gist options
  • Save ifirmawan/a622dd02a2418f3e7d463b9865278082 to your computer and use it in GitHub Desktop.
Save ifirmawan/a622dd02a2418f3e7d463b9865278082 to your computer and use it in GitHub Desktop.
Disable 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