Time: 2008-11-25 2:14am
SQL: INSERT INTO dz61bbs.cdb_threads (
`tid` , `fid` , `iconid` , `typeid`, `readperm`, `price`,`author` , `authorid` , `subject` , `dateline` , `lastpost` , `lastposter` , `views` , `replies` , `displayorder` , `highlight` , `digest` , `rate` , `blog` , `special` , `attachment` , `subscribed`, `moderated` , `closed`
) VALUES(
'6007', '28', '0', '0', '0', '0', 'golden2006', '8132', '关于EMULATOR,欢迎来看看', '1161997980', '1161997980', 'golden2006', '446', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
Error: Duplicate entry '6007' for key 1
Errormsg.: 字段值重复,入库失败
Errno.: 1062
我找了 四个表
select * from dv_user where username = 'golden2006'
select * from dv_bbs1 where username = 'golden2006'
select * from dv_topic where postusername = 'golden2006'
select * from dv_besttopic where postusername = 'golden2006'
发现这个标题只出现过一次啊 ,,,,,,,
关于EMULATOR,欢迎来看看 |