G
Guest
Using SQL Specific Window in Access 03 to practice writing sql. I get a
syntax error in my Create Table whenever I define a numeric data type, such
as Number, Decimal, Integer, Double or Long. The error occurs when I try to
run the query. It always stops at the first parenthesis and issues a Syntax
error.
Example:
PAY_RATE NUMBER(4,2),
All other data types work. The query will run and create the table.
syntax error in my Create Table whenever I define a numeric data type, such
as Number, Decimal, Integer, Double or Long. The error occurs when I try to
run the query. It always stops at the first parenthesis and issues a Syntax
error.
Example:
PAY_RATE NUMBER(4,2),
All other data types work. The query will run and create the table.