MySQL Query : CREATE TABLE IF NOT EXISTS `cms_poster_202404` ( `id` int(10) unsigned NOT NULL auto_increment, `pid` smallint(5) unsigned NOT NULL default '0', `siteid` smallint(5) unsigned NOT NULL default '0', `spaceid` smallint(5) unsigned NOT NULL default '0', `username` char(20) NOT NULL, `area` char(40) NOT NULL, `ip` char(15) NOT NULL, `referer` char(120) NOT NULL, `clicktime` int(10) unsigned NOT NULL default '0', `type` tinyint(1) unsigned NOT NULL default '1', PRIMARY KEY (`id`), KEY `pid` (`pid`,`type`,`ip`) ) TYPE=MyISAM DEFAULT CHARSET=gbk ;
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 'TYPE=MyISAM DEFAULT CHARSET=gbk' at line 14
MySQL Errno : 1064
Message : 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 'TYPE=MyISAM DEFAULT CHARSET=gbk' at line 14
Need Help?