update 表
set 字段=null
where .......

解决方案 »

  1.   

    前提是允许为NULL,而且已经有数值了。我用等于号不行。
    --没有问题呀!
    你直接update 表
    set 字段= null
    where ...
    就可以,我刚才就找了一个表来试了,也是本来是数值,我让他等于null
      

  2.   

    update table set colname=null where 条件
      

  3.   

    update 表 set 字段=null where .......
      

  4.   

    不用SQL 語句的話﹐直接打開那個表﹐找到相應的記錄后按Ctrl+0即可
      

  5.   

    不用ding 了吧 答案己经出来了. 同意vivianfdlpw() 观点 hoho~