MYSQL 有没有 像 MSSQL 的 isnull 函数?? MSSQL 的用法是这样: select isnull(maxid,0) from maxid MYSQL 有没有这样的函数?[解决办法]IFNULL、NULLIF