0
這將不會運行。有誰知道爲什麼?的MS Access 2013語法錯誤CREATE TABLE語句中
Create Table Customer
(CustomerID Number(15,0) AutoIncrement Not Null,
Name Varchar(40) Not Null,
Phone Varchar(20),
Email Varchar(40) Not Null,
Primary Key(CustomerID)
)