您现在的位置是:课程教程文章

mysql怎么插入空记录

2023-12-18 17:11课程教程文章 人已围观

具体方法:

(推荐教程:mysql数据库学习教程)

插入一条空记录

insert into test(name,second) values(null,null)

插入一条记录,name值为空

insert into test(name,second) values(null,88)

插入一条记录,除了name字段其它字段值为空

insert into test(name) values('张三')
课程教程:mysql怎么插入空记录

上一篇:mysql怎么查看root密码

下一篇:没有了

站点信息

  • 文章统计篇文章