数据库中我想要批量插入数据SQL语句怎么写。
展开全部
用sql语句即可实现,实例如下:
INSERT INTO `ad` (`id`, `title`, `type_id`, `source`, `remark`, `pic`, `pic1`, `content`, `filepath`, `in_date`, `if_zhiding`, `hit_count`, `ad_type`, `imgurl`) VALUES
(1, '频道页保健学堂', 1, NULL, '', '20110713hxAWPrUv.jpg', NULL, '', '', '2011-07-13', 50, 0, 'pic', '#'),
(2, '频道页养生长寿', 1, NULL, '', '20110713SgCywdqe.jpg', NULL, '', '', '2011-07-13', 50, 0, 'pic', '#');
INSERT INTO `ad` (`id`, `title`, `type_id`, `source`, `remark`, `pic`, `pic1`, `content`, `filepath`, `in_date`, `if_zhiding`, `hit_count`, `ad_type`, `imgurl`) VALUES
(1, '频道页保健学堂', 1, NULL, '', '20110713hxAWPrUv.jpg', NULL, '', '', '2011-07-13', 50, 0, 'pic', '#'),
(2, '频道页养生长寿', 1, NULL, '', '20110713SgCywdqe.jpg', NULL, '', '', '2011-07-13', 50, 0, 'pic', '#');
追问
明白了,谢谢
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询