SQL Query returns error
Hi guys !
Here is my question: I am trying to create a table with default values using SQL statements within Access. I use the following Query:
CREATE TABLE Table1 (Name VARCHAR NOT NULL, Num INTEGER DEFAULT 0);
Our friend Access returns an error on the word "DEFAULT"... Could you explain me why and how to solve the problem please?
Thanks in advance !
|