Re: AUTO INCREMENT

From: M(dot)Mazurek(at)poznan(dot)multinet(dot)pl
To: GANESH KUMAR <itsganesh(at)yahoo(dot)com>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: AUTO INCREMENT
Date: 2000-06-10 10:05:18
Message-ID: Pine.LNX.4.21.0006101204150.489-100000@yoyo.poznan.mtl.pl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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/

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Lucile Dirry 2000-06-10 10:34:36 Re: AUTO INCREMENT
Previous Message GANESH KUMAR 2000-06-10 10:02:16 AUTO INCREMENT