I'm trying to make an auto-incrementing ID field in ORACLE.  In sql,
I believe that I make it have an attribute of IDENTITY.  I can't seem
to find how to do that in ORACLE.  Here's my latest attempt:

create table hhp_calendar (
     id INT unique id,
     dateAdded date,
     event_date date,
     header VARCHAR2(200),
     description VARCHAR2(3000),
     http VARCHAR2(100),
     image VARCHAR2(100),
     image_h INT,
     image_w INT
)

He-elp.

--
Daniel Kessler

Department of Public and Community Health
University of Maryland
Suite 2387 Valley Drive
College Park, MD  20742-2611
301-405-2545 Phone
www.phi.umd.edu
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to