|
|
按照系统提示恢复数据确认以后提示:
MySQL Query:CREATE TABLE `910teacher_announce` ( `itemid` int(10) unsigned NOT NULL AUTO_INCREMENT, `typeid` int(10) unsigned NOT NULL DEFAULT '0', `level` tinyint(1) unsigned NOT NULL DEFAULT '0', `title` varchar(100) NOT NULL DEFAULT '', `style` varchar(50) NOT NULL DEFAULT '', `content` text NOT NULL, `hits` int(10) unsigned NOT NULL DEFAULT '0', `addtime` int(10) unsigned NOT NULL DEFAULT '0', `fromtime` int(10) unsigned NOT NULL DEFAULT '0', `totime` int(10) unsigned NOT NULL DEFAULT '0', `editor` varchar(30) NOT NULL DEFAULT '', `edittime` int(10) unsigned NOT NULL DEFAULT '0', `islink` tinyint(1) unsigned NOT NULL DEFAULT '0', `linkurl` varchar(255) NOT NULL DEFAULT '', `listorder` smallint(4) unsigned NOT NULL DEFAULT '0', `template` varchar(30) NOT NULL DEFAULT '', PRIMARY KEY (`itemid`), KEY `addtime` (`addtime`)) ENGINE=MyISAM AUTO_INCREMENT=3 DEFAULT CHARSET=gbk COMMENT='???
MySQL Error: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 ''???' at line 1 MySQL Errno:1064
Message:MySQL Query Error |
|