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
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