SQL server 對某列設置指定值時 sql 語句 可以寫成 update 表名 set 列1= 值 where 條件如何對滿足條件的 列 賦空值 nullupdate 表名 set 列1= null where 條件 這樣可以嗎?update 表名 set 列1='' where 條件 這個應該 只適合 字符型的吧
請問 SQL server 如何設置 空值
慕容森
2018-09-30 04:00:49