Re: some questions

Поиск
Список
Период
Сортировка
От Bruno Wolff III
Тема Re: some questions
Дата
Msg-id 20020727110933.GA25055@wolff.to
обсуждение исходный текст
Ответ на some questions  (Ludwig Lim <lud_nowhere_man@yahoo.com>)
Список pgsql-novice
On Fri, Jul 26, 2002 at 19:26:15 -0700,
  Ludwig Lim <lud_nowhere_man@yahoo.com> wrote:
> Hi:
>
> 1)
>     When I do the ff sql statement
>     select foo
>     from bar
>     limit n;
>
>     Is it the same as :
>     select foo
>     from bar
>     order by oid
>     limit n;

No. If you don't use order by then there is no guarenteed order.

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

Предыдущее
От: Ludwig Lim
Дата:
Сообщение: some questions
Следующее
От: "tom wa"
Дата:
Сообщение: functions