杜
杜風
Unregistered / Unconfirmed
GUEST, unregistred user!
SQL SEVER 中 字段ID類型為varchar
當其值為空‘NULL’時,下面那條SQL語句有什麼問題?
update teable1 set id='12334' where id=''或
update teable1 set id='12334' where id=NULL
執行沒有正確結果。
但是當where id<>''時結果是的?
當其值為空‘NULL’時,下面那條SQL語句有什麼問題?
update teable1 set id='12334' where id=''或
update teable1 set id='12334' where id=NULL
執行沒有正確結果。
但是當where id<>''時結果是的?