Re: AUTO INCREMENT - Mailing list pgsql-sql

From M.Mazurek@poznan.multinet.pl
Subject Re: AUTO INCREMENT
Date
Msg-id Pine.LNX.4.21.0006101204150.489-100000@yoyo.poznan.mtl.pl
Whole thread Raw
In response to AUTO INCREMENT  (GANESH KUMAR <itsganesh@yahoo.com>)
List pgsql-sql
On Sat, 10 Jun 2000, GANESH KUMAR wrote:
> i am searching for 
> autoincrement in table 
> 
> in table employee
> i want give empno as autoincrement
create table xyz (id serial primary key);
check documentation what it really is:).


Marcin Mazurek

-- 
administrator
MULTINET SA o/Poznan
http://www.multinet.pl/



pgsql-sql by date:

Previous
From: GANESH KUMAR
Date:
Subject: AUTO INCREMENT
Next
From: "Lucile Dirry"
Date:
Subject: Re: AUTO INCREMENT