Thread
-
AUTOINC
Daniel Łaś <daniel@uni.opole.pl> — 1998-06-09T06:53:58Z
Hi, Doe's Postgres support somethink like 'AUTOINC' in 'CREATE TABLE' instruction? If not, how can I define my data type that behave like Paradox 'autoincrement' field. Daniel Łaś
-
Re: [SQL] AUTOINC
Marin D <marin@cybernet.bg> — 1998-06-09T07:59:19Z
man create_sequnce we will assist u if u need more help... Marin -= Why do we need gates in a world without fences? =- On Tue, 9 Jun 1998, [iso-8859-2] Daniel a wrote: > Hi, > > Doe's Postgres support somethink like 'AUTOINC' in 'CREATE TABLE' > instruction? > If not, how can I define my data type that behave like Paradox > 'autoincrement' field. > > Daniel a > > -
Re: [SQL] AUTOINC
jose' soares <sferac@bo.nettuno.it> — 1998-06-09T10:06:39Z
On Tue, 9 Jun 1998, [iso-8859-2] Daniel a wrote: > Hi, > > Doe's Postgres support somethink like 'AUTOINC' in 'CREATE TABLE' > instruction? > If not, how can I define my data type that behave like Paradox > 'autoincrement' field. > man create sequence Jose'