want to disable "only_full_group_by"? baghray11 June 20, 2020 12:57 Hello I want to disable set global sql_mode = (select replace(@@sql_mode,'ONLY_FULL_GROUP_BY', '')); but when i paste it into SQL then
Comments
0 comments