Re: AUTO INCREMENT

From: "Lucile Dirry" <Luciled(at)wanadoo(dot)fr>
To: <M(dot)Mazurek(at)poznan(dot)multinet(dot)pl>, "GANESH KUMAR" <itsganesh(at)yahoo(dot)com>
Cc: <pgsql-sql(at)postgresql(dot)org>
Subject: Re: AUTO INCREMENT
Date: 2000-06-10 10:34:36
Message-ID: 000a01bfd2c7$9706e6c0$3ab9fac1@oemcomputer
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Check manual/user for details on 'sequences'.
Good luck.

-----Message d'origine-----
De : M(dot)Mazurek(at)poznan(dot)multinet(dot)pl <M(dot)Mazurek(at)poznan(dot)multinet(dot)pl>
À : GANESH KUMAR <itsganesh(at)yahoo(dot)com>
Cc : pgsql-sql(at)postgresql(dot)org <pgsql-sql(at)postgresql(dot)org>
Date : samedi 10 juin 2000 12:12
Objet : Re: [SQL] AUTO INCREMENT

>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/
>

Browse pgsql-sql by date

  From Date Subject
Next Message GANESH KUMAR 2000-06-10 12:26:59 BACK UP
Previous Message M.Mazurek 2000-06-10 10:05:18 Re: AUTO INCREMENT