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`
https://blog.csdn.net/qq_42175986/article/details/82384160