Re: default value returned from sql stmt

Поиск
Список
Период
Сортировка
От Richard Huxton
Тема Re: default value returned from sql stmt
Дата
Msg-id 4F7563F5.8090608@archonet.com
обсуждение исходный текст
Ответ на Re: default value returned from sql stmt  (Pavel Stehule <pavel.stehule@gmail.com>)
Ответы Re: default value returned from sql stmt  (Pavel Stehule <pavel.stehule@gmail.com>)
Список pgsql-general
On 29/03/12 23:28, Pavel Stehule wrote:
> select anum from t1 where anum = 4
> union all select 100 limit 1;

I'm not sure the ordering here is guaranteed by the standard though, is
it? You could end up with the 4 being discarded.

--
   Richard Huxton
   Archonet Ltd

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

Предыдущее
От: leaf_yxj
Дата:
Сообщение: Re: double check the role has what's kind of the privilege? And the same for the objects. Thanks.
Следующее
От: Pavel Stehule
Дата:
Сообщение: Re: default value returned from sql stmt