⚙️Disabling ONLY_FULL_GROUP_BY sql_modeOctober 12, 2020MySQLSET GLOBAL sql_mode=(SELECT REPLACE(@@sql_mode,'ONLY_FULL_GROUP_BY','')) Edit this page