錯誤是這樣的;當我嘗試定義一個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 ''order'(
orderID VARCHAR(6) NOT NULL DEFAULT 0,
orderDate DATE NOT NULL DEFAUL' at line 1
我DDL是這樣的:
CREATE TABLE 'order'(
orderID VARCHAR(6) NOT NULL DEFAULT 0,
orderDate DATE NOT NULL DEFAULT 1,
claimCondition VARCHAR(30) NOT NULL DEFAULT ''
);
是的,這是一個錯誤。 – Blender
我的代碼看起來像什麼? – tricor
請接受幫助你的答案。這樣其他人也可以受益。點擊答案複選框,它會變成綠色。 –