Re: deleting an identical record

Поиск
Список
Период
Сортировка
От Doug McNaught
Тема Re: deleting an identical record
Дата
Msg-id m3wux67cwk.fsf@varsoon.denali.to
обсуждение исходный текст
Ответ на Re: deleting an identical record  (missive@frontiernet.net (Lee Harr))
Список pgsql-general
Hugo Coolens <hugo.coolens@skynet.be> writes:

> Lee Harr wrote:
>
> > select oid, * from t;
>
> thanks, this works indeed, what's the meaning of the comma behind oid?

If you want oid as a result column in a select, you need to specify it
explicitly--it's not part of '*'.

-Doug
--
Let us cross over the river, and rest under the shade of the trees.
   --T. J. Jackson, 1863

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

Предыдущее
От: Doug McNaught
Дата:
Сообщение: Re: VERY basic
Следующее
От: Doug McNaught
Дата:
Сообщение: Re: execute permissions of stored procedures?