MySQL怎样把会话变量sql_warnings恢复成默认值?
SET @@session.sql_warnings = DUFAULT;
等价于
SET @@local.sql_warnings = DUFAULT;
SET @@local.sql_warnings;