MHK

CREATE TABLE tbl
(
myID int IDENTITY(1,1),
myField varchar,
)

HTH

-----Original Message-----
From: M. H. K. [mailto:[EMAIL PROTECTED]] 
Sent: Friday, August 30, 2002 7:22 PM
To: ActiveServerPages
Subject: Create TABLE


In SQL, could some one remind me how to create an identity field ?

CREATE TABLE tbl
(
myID ?????
myField varchar,
)

---
You are currently subscribed to activeserverpages as:
[EMAIL PROTECTED] To unsubscribe send a blank email to
%%email.unsub%%



---
You are currently subscribed to activeserverpages as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]

Reply via email to