mysql4无法查询sql
错误
SQL 查询:
CREATE TABLE `uchome_job_collect` ( `cid` int(10) unsigned NOT NULL auto_increment COMMENT '序列', `cuid` int(10) unsigned NOT NULL COMMENT 'UID', `collect` int(10) unsigned NOT NULL COMMENT '收藏', `apply` int(10) unsigned NOT NULL COMMENT '应聘', `corpid` int(10) unsigned NOT NULL COMMENT '公司', `jobid` int(10) unsigned NOT NULL COMMENT '工作', `applyinfo` mediumtext NOT NULL COMMENT '状态', `dateline` int(10) unsigned NOT NULL COMMENT '时间', PRIMARY KEY (`cid`) ) ENGINE=MyISAM CREATE TABLE `uchome_job_company` ( `id` int(10) unsigned NOT NULL auto_increment COMMENT '公司序列', `uid` int(10) unsigned NOT NULL COMMENT 'UID', `corptitle` varchar(200) NOT NULL COMMENT '公司名称', `industry` varchar(50) NOT NULL COMMENT '行业', `subindustry` varchar(50) NOT NULL COMMENT '行业', `corpprovince` varchar(50) NOT NULL COMMENT '公司地点省', `corpcity` varchar(50) NOT NULL COMMENT '公司地点市', `corptype` int(2) unsigned NOT NULL COMMENT[...]
MySQL 返回:
#1064 - 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 'CREATE TABLE `uchome_job_company` (
`id` int(10) unsigned NO |