这两个MySQL 函数做同样的事情: IFNULL(column_name, 'test') = 'test'. 或者. NULLIF(column_name, 'test') IS NULL. 哪一种更有效率?
確定! 回上一頁