数据库连接出错:CREATE TABLE `qb_article_count2025` (
`itemid` varchar(18) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT '编号',
`item_id_article` mediumint(7) NOT NULL DEFAULT '0' COMMENT '文章ID',
`num` mediumint(7) NOT NULL DEFAULT '0' COMMENT '浏览量',
`types` varchar(6) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT '类型:years,months,weeks,days',
`dates` varchar(8) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '' COMMENT '日期,Y,Ym,Yw,Ymd',
`addtime` bigint(10) unsigned NOT NULL DEFAULT '0',
`edittime` bigint(10) unsigned NOT NULL DEFAULT '0',
) ENGINE=MyISAM DEFAULT CHARSET=gbk COLLATE=gbk_chinese_ci COMMENT='文章浏览量统计表'
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') ENGINE=MyISAM DEFAULT CHARSET=gbk COLLATE=gbk_chinese_ci COMMENT='\xCE\xC4\xD5' at line 9
1064数据库连接出错:SELECT itemid FROM qb_article_count2025 WHERE dates='2025' AND types='years' AND item_id_article='419'
Table 'v8baoxie.qb_article_count2025' doesn't exist
1146数据库连接出错:INSERT INTO qb_article_count2025(itemid,item_id_article,num,types,dates,addtime,edittime) VALUES('173623832867794782','419',1,'years','2025','1736238328','1736238328')
Table 'v8baoxie.qb_article_count2025' doesn't exist
1146数据库连接出错:SELECT itemid FROM qb_article_count2025 WHERE dates='202501' AND types='months' AND item_id_article='419'
Table 'v8baoxie.qb_article_count2025' doesn't exist
1146数据库连接出错:INSERT INTO qb_article_count2025(itemid,item_id_article,num,types,dates,addtime,edittime) VALUES('173623832856492381','419',1,'months','202501','1736238328','1736238328')
Table 'v8baoxie.qb_article_count2025' doesn't exist
1146数据库连接出错:SELECT itemid FROM qb_article_count2025 WHERE dates='202502' AND types='weeks' AND item_id_article='419'
Table 'v8baoxie.qb_article_count2025' doesn't exist
1146数据库连接出错:INSERT INTO qb_article_count2025(itemid,item_id_article,num,types,dates,addtime,edittime) VALUES('173623832806529017','419',1,'weeks','202502','1736238328','1736238328')
Table 'v8baoxie.qb_article_count2025' doesn't exist
1146数据库连接出错:SELECT itemid FROM qb_article_count2025 WHERE dates='20250107' AND types='days' AND item_id_article='419'
Table 'v8baoxie.qb_article_count2025' doesn't exist
1146数据库连接出错:INSERT INTO qb_article_count2025(itemid,item_id_article,num,types,dates,addtime,edittime) VALUES('173623832809322778','419',1,'days','20250107','1736238328','1736238328')
Table 'v8baoxie.qb_article_count2025' doesn't exist
1146
发布时间:2021-05-25 10:05:43
来源:广西保安协会
浏览量:3629