Обсуждение: AUTOINC

Поиск
Список
Период
Сортировка

AUTOINC

От
"Daniel Łaś"
Дата:
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
Дата:
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 Da Silva"
Дата:
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'