日期:2014-05-17 浏览次数:20791 次
CREATE TABLE IF NOT EXISTS Group (
GroupId INT NOT NULL AUTO_INCREMENT PRIMARY KEY,
GroupName CHAR(20) NOT NULL,
GroupLevel INT(2) NOT NULL,
GroupMasterId INT(16) NOT NULL,
GroupDescription TEXT NOT NULL
) ENGINE = InnoDB CHARACTER SET utf8 COLLATE utf8_general_ci;
ERROR 1064 (42000): 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 'Group
(
GroupId INT NOT NULL AUTO_INCREMENT PRIMARY KEY,
GroupName CHAR(20) NOT ' at line 1
ERROR:
No query specified