Re: Select START and MAXVALUE from Sequence

Поиск
Список
Период
Сортировка
От Jasen Betts
Тема Re: Select START and MAXVALUE from Sequence
Дата
Msg-id gm16th$6a2$1@reversiblemaps.ath.cx
обсуждение исходный текст
Ответ на Postgesql lib  ("Lukas" <lukas@fmf.vtu.lt>)
Список pgsql-novice
On 2009-01-27, Lukas <lukas@fmf.vtu.lt> wrote:
> Hello,
>
>
>  Is here any way to get START and MAXVALUE from sequence in select query.
> I mean something like this:
> Select startval('MySeq'); --This can not work of course.

SELECT * FROM name_of_sequence;


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

Предыдущее
От: Rodrigo E. De León Plicet
Дата:
Сообщение: Re: REALLY stupid question
Следующее
От: Jasen Betts
Дата:
Сообщение: Re: Select START and MAXVALUE from Sequence