mysql -- this is incompatible with sql_mode=only_full_group_by

select @@GLOBAL.sql_mode;

set @@GLOBAL.sql_mode='STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_ENGINE_SUBSTITUTION';

select @@GLOBAL.sql_mode;

猜你喜欢

转载自www.cnblogs.com/mafeng/p/10700968.html
今日推荐