Sorting and then...

Поиск
Список
Период
Сортировка
От Wei Weng
Тема Sorting and then...
Дата
Msg-id 9atfv4$gb0$1@news.tht.net
обсуждение исходный текст
Ответы Re: Sorting and then...  (Roberto Mello <rmello@cc.usu.edu>)
Re: Sorting and then...  (Jason Earl <jdearl@yahoo.com>)
Список pgsql-sql
Suppose I have a table 

create table test
(       id integer,       name text
);

And I want to get the names of the largest 10 "id"s. How can I do that in 
sql?

Thanks!



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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: Re: select substr???
Следующее
От: Mark Butler
Дата:
Сообщение: Inheritance Semantics