Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

OT: SQL

807569Sep 27 2006 — edited Sep 28 2006
I want to create a user table in a database that automatically assigns an ID number when a new user gets inserted.

something like:

create table user (primary key id int, varchar(30) username, varchar(30) passwd)

I used to know how to do this... is there anyone out there that can help me?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 26 2006
Added on Sep 27 2006
17 comments
414 views