MySQL查詢:如何清除mysql錯誤#1064?
CREATE TABLE FC_Categories (
CategoryID INTEGER NOT NULL AUTO_INCREMENT ,
CategoryName VARCHAR(15) ,
Description TEXT,
Picture LONGBLOB,
UNIQUE (
CategoryName
),
PRIMARY KEY (CategoryID)
) TYPE = MYISAM ;
MySQL錯誤運行的查詢後:
Documentation #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 'TYPE=MyISAM' at line 8
這是不是很好的解決方案,以分貝存儲圖片... –
缺少in(CategoryID'))TYPE – aconrad