If you only want to check for null and not for empty strings then you can also use ifnull() or coalesce(field1, 'empty') .
確定! 回上一頁