Re: ?How create a one serial decimal(500,0) column or simulate it with bigint multicolumns serial?

Поиск
Список
Период
Сортировка
От Andreas Kretschmer
Тема Re: ?How create a one serial decimal(500,0) column or simulate it with bigint multicolumns serial?
Дата
Msg-id D6819DB2-6CC8-48CC-B549-56C20C4941CC@a-kretschmer.de
обсуждение исходный текст
Ответ на ?How create a one serial decimal(500,0) column or simulate it withbigint multicolumns serial?  (Dani <danielcheagle@gmail.com>)
Список pgsql-novice
On 7 January 2018 07:17:29 CET, Dani <danielcheagle@gmail.com> wrote:
>Hi! All!
>
>I Need create a one decimal serial column or simulate it with multiple
>columns of bigint.
>

Use 1 normal serial column and calculate that during the select, maybe using a VIEW.

Regards, Andreas


--
2ndQuadrant - The PostgreSQL Support Company


В списке pgsql-novice по дате отправления:

Предыдущее
От: Dani
Дата:
Сообщение: ?How create a one serial decimal(500,0) column or simulate it withbigint multicolumns serial?
Следующее
От: "David G. Johnston"
Дата:
Сообщение: Re: ?How create a one serial decimal(500,0) column or simulate itwith bigint multicolumns serial?