ORDER BY

Поиск
Список
Период
Сортировка
От MicroUser
Тема ORDER BY
Дата
Msg-id 1163541820.580520.110310@k70g2000cwa.googlegroups.com
обсуждение исходный текст
Ответы Re: ORDER BY
Re: ORDER BY
Re: ORDER BY
Список pgsql-general
Hi.

I have a table:

ID | Name
0 | Anna
1 | Other
2 | Link
3 | Fernando

I need sorted result but the way like this:

0 | Anna
3 | Fernando
2 | Link
1 | Other

Record '1 | Other' must by at the end of query result.

How I can get it?

Thx.


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

Предыдущее
От: "whytwelve13@yahoo.com"
Дата:
Сообщение: Re: PgSQL not recognized
Следующее
От: mwrynn@gmail.com
Дата:
Сообщение: schema rename - is analyze necessary?