ORDER BY question

Поиск
Список
Период
Сортировка
От Christian Paul Cosinas
Тема ORDER BY question
Дата
Msg-id 018701c674f2$756133d0$1e21100a@ghwk02002147
обсуждение исходный текст
Ответ на Re: Help with a seq scan on multi-million row table  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: ORDER BY question  (Michael Glaesemann <grzm@seespotcode.net>)
Список pgsql-sql
Hi,

For example I have a table like this

ID    Name
1    A
1    B
2    C
2    D

And I have a Query like this:
SELECT * FROM table ORDER BY ID.

Would my result always give me the same order or is there may be a possible
different result?

For example?

1    B
1    A
2    D
2    C



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

Предыдущее
От:
Дата:
Сообщение: Re: Help with a seq scan on multi-million row table
Следующее
От: Michael Glaesemann
Дата:
Сообщение: Re: ORDER BY question