AUTOINCREMENT--help - Mailing list pgsql-sql

From Macky
Subject AUTOINCREMENT--help
Date
Msg-id 003701c07462$fb451700$5764a8c0@edsamail.com
Whole thread Raw
Responses Re: AUTOINCREMENT--help  ("Brett W. McCoy" <bmccoy@chapelperilous.net>)
List pgsql-sql
Is there a function in SQL that does autoincrementing...

eg.

CREATE TABLE (name varchar(40),num_id int);

wherein num_id starts with 0 and then when ever I INSERT another record
num_id goes 1 etc....

Thanks in advance............



pgsql-sql by date:

Previous
From: Michael Davis
Date:
Subject: Removing a constraint?
Next
From: Stephan Szabo
Date:
Subject: Re: Removing a constraint?