mysql 数据库中 如何 添加数据为null,或者修改某个字段为null
mysql 数据库中 添加数据为null,或者修改某个字段为null
添加某个字段数据为空
insert into t_purchaseID (id,name,age ) value (24143124,' adfaaas',null)
修改某个字段数据为空
update t_purchase_order SET status = NULL where id = '38153600';
记得点赞收藏哦!!!
mysql 数据库中 添加数据为null,或者修改某个字段为null
添加某个字段数据为空
insert into t_purchaseID (id,name,age ) value (24143124,' adfaaas',null)
修改某个字段数据为空
update t_purchase_order SET status = NULL where id = '38153600';
记得点赞收藏哦!!!
共有 0 条评论