SQL server 對(duì)某列設(shè)置指定值時(shí) sql 語(yǔ)句 可以寫成 update 表名 set 列1= 值 where 條件如何對(duì)滿足條件的 列 賦空值 nullupdate 表名 set 列1= null where 條件 這樣可以嗎?update 表名 set 列1='' where 條件 這個(gè)應(yīng)該 只適合 字符型的吧
請(qǐng)問(wèn) SQL server 如何設(shè)置 空值
喵喔喔
2018-08-31 17:13:01