直接不设置参数就默认插入null,前提是字段允许为null。。。
语法如下:update table set col_name=null where id=1数据表 table的字段 col_name 需要支持为NULL才能正常执行。