Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

syntax for CREATE TABLE, withe an AutoNumber data type (field)

Status
Not open for further replies.

nadjib

Programmer
May 14, 2003
23
0
0
CA
Hi everybody,

I want to know what is the syntax to create a table with an AutoNumber data type field : because i have a problem with the fellowing syntax:

CREATE TABLE Table1 (NumVersion autonumber, Text char(50))


Thanks for the assistance

nadjib

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top