`
chengxianju
  • 浏览: 248647 次
  • 性别: Icon_minigender_1
  • 来自: 合肥
社区版块
存档分类
最新评论

mysql几种插入数据库写法

阅读更多

mysql几种插入数据库方法总结

insert into test value(null,1)

insert into test values(null,2)
insert into test value(null,3),(null,4),(null,5)
insert into test values('',6),('',7)
insert into test set id='',number=8

0
0
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics