|
|
发表于 2009-1-13 01:57:43
|
显示全部楼层
我测试了导出到sql文件如下:
- INSERT INTO pc_content(catid,title,style,keywords,description,islink,typeid,username,status,thumb,inputtime,url) VALUES('11','重庆综改试验方案获批 打造长江上游金融中心','','','','0','0','牛头','99','','2009-01-01 00:49','');
- INSERT INTO pc_c_article(contentid,template,content,..............)
复制代码
这里插入pc_content表会自动生成contentid, 接着插入pc_c_article表里面contentid的值怎么获取呢 |
|