PHP+MYSQL插入数据库的数据

insert shop_goods(gname,price,pic) values(‘apple1’,‘4881’,‘3.jpg’);
insert shop_goods(gname,price,pic) values(‘apple2’,‘4882’,‘3.jpg’);
insert shop_goods(gname,price,pic) values(‘apple3’,‘4883’,‘3.jpg’);
insert shop_goods(gname,price,pic) values(‘apple4’,‘4884’,‘1.jpg’);
insert shop_goods(gname,price,pic) values(‘apple5’,‘4885’,‘4.jpg’);
insert shop_goods(gname,price,pic) values(‘apple6’,‘4886’,‘3.jpg’);
insert shop_goods(gname,price,pic) values(‘apple7’,‘4887’,‘2.jpg’);
insert shop_goods(gname,price,pic) values(‘apple8’,‘4888’,‘1.jpg’);
insert shop_goods(gname,price,pic) values(‘apple9’,‘4889’,‘3.jpg’);
insert shop_goods(gname,price,pic) values(‘apple10’,‘48810’,‘4.jpg’);
insert shop_goods(gname,price,pic) values(‘apple11’,‘48811’,‘3.jpg’);
insert shop_goods(gname,price,pic) values(‘apple12’,‘48812’,‘1.jpg’);
insert shop_goods(gname,price,pic) values(‘apple13’,‘48813’,‘1.jpg’);
insert shop_goods(gname,price,pic) values(‘apple14’,‘48814’,‘4.jpg’);
insert shop_goods(gname,price,pic) values(‘apple15’,‘48815’,‘2.jpg’);
insert shop_goods(gname,price,pic) values(‘apple16’,‘48816’,‘2.jpg’);
insert shop_goods(gname,price,pic) values(‘apple17’,‘48817’,‘4.jpg’);
insert shop_goods(gname,price,pic) values(‘apple18’,‘48818’,‘4.jpg’);
insert shop_goods(gname,price,pic) values(‘apple19’,‘48819’,‘3.jpg’);
insert shop_goods(gname,price,pic) values(‘apple20’,‘48820’,‘4.jpg’);
insert shop_goods(gname,price,pic) values(‘apple21’,‘48821’,‘1.jpg’);
insert shop_goods(gname,price,pic) values(‘apple22’,‘48822’,‘2.jpg’);
insert shop_goods(gname,price,pic) values(‘apple23’,‘48823’,‘3.jpg’);
insert shop_goods(gname,price,pic) values(‘apple24’,‘48824’,‘2.jpg’);
insert shop_goods(gname,price,pic) values(‘apple25’,‘48825’,‘3.jpg’);
insert shop_goods(gname,price,pic) values(‘apple26’,‘48826’,‘4.jpg’);
insert shop_goods(gname,price,pic) values(‘apple27’,‘48827’,‘1.jpg’);
insert shop_goods(gname,price,pic) values(‘apple28’,‘48828’,‘2.jpg’);
insert shop_goods(gname,price,pic) values(‘apple29’,‘48829’,‘1.jpg’);
insert shop_goods(gname,price,pic) values(‘apple30’,‘48830’,‘2.jpg’);
insert shop_goods(gname,price,pic) values(‘apple31’,‘48831’,‘2.jpg’);
insert shop_goods(gname,price,pic) values(‘apple32’,‘48832’,‘4.jpg’);
insert shop_goods(gname,price,pic) values(‘apple33’,‘48833’,‘1.jpg’);
insert shop_goods(gname,price,pic) values(‘apple34’,‘48834’,‘2.jpg’);
insert shop_goods(gname,price,pic) values(‘apple35’,‘48835’,‘3.jpg’);
insert shop_goods(gname,price,pic) values(‘apple36’,‘48836’,‘2.jpg’);
insert shop_goods(gname,price,pic) values(‘apple37’,‘48837’,‘3.jpg’);
insert shop_goods(gname,price,pic) values(‘apple38’,‘48838’,‘3.jpg’);
insert shop_goods(gname,price,pic) values(‘apple39’,‘48839’,‘4.jpg’);
insert shop_goods(gname,price,pic) values(‘apple40’,‘48840’,‘4.jpg’);
insert shop_goods(gname,price,pic) values(‘apple41’,‘48841’,‘2.jpg’);
insert shop_goods(gname,price,pic) values(‘apple42’,‘48842’,‘3.jpg’);
insert shop_goods(gname,price,pic) values(‘apple43’,‘48843’,‘3.jpg’);
insert shop_goods(gname,price,pic) values(‘apple44’,‘48844’,‘3.jpg’);
insert shop_goods(gname,price,pic) values(‘apple45’,‘48845’,‘1.jpg’);
insert shop_goods(gname,price,pic) values(‘apple46’,‘48846’,‘4.jpg’);
insert shop_goods(gname,price,pic) values(‘apple47’,‘48847’,‘1.jpg’);
insert shop_goods(gname,price,pic) values(‘apple48’,‘48848’,‘4.jpg’);
insert shop_goods(gname,price,pic) values(‘apple49’,‘48849’,‘2.jpg’);

发布了25 篇原创文章 · 获赞 2 · 访问量 79

猜你喜欢

转载自blog.csdn.net/qq_37805832/article/details/105547949