Re: Help with order by into a RECORD

Поиск
Список
Период
Сортировка
От Richard Huxton
Тема Re: Help with order by into a RECORD
Дата
Msg-id 424D1FCE.4030603@archonet.com
обсуждение исходный текст
Список pgsql-general
Shaun Clements wrote:
> Hi Richard
>
> I have a questions regarding my order by problem.
> If you index a table, can you query the table using ORDER BY. ?

You can ORDER BY any combination of columns/expressions, whether they
are indexed or not. An index may make things quicker (it isn't
guaranteed to do so).

--
   Richard Huxton
   Archonet Ltd

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

Предыдущее
От: "GIROIRE Nicolas (COFRAMI)"
Дата:
Сообщение: Re: Help with order by into a RECORD
Следующее
От: Shaun Clements
Дата:
Сообщение: Re: : Postgres order by into a RECORD, not ordering