當有欄位是NULL的時候 可以用 ISNULL(`fieldname`) 或 filedname IS NULL ex : select * from test where ISNULL(`Name`) or select * from test where Name IS NULL