close
當有欄位是NULL的時候

可以用 ISNULL(`fieldname`) 或 filedname IS NULL

ex :

select * from test where ISNULL(`Name`)

or

select * from test where Name IS NULL
arrow
arrow
    全站熱搜

    coolkevin 發表在 痞客邦 留言(0) 人氣()