Sorting and then... - Mailing list pgsql-sql

From Wei Weng
Subject Sorting and then...
Date
Msg-id 9atfv4$gb0$1@news.tht.net
Whole thread Raw
Responses Re: Sorting and then...
Re: Sorting and then...
List 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 by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Re: select substr???
Next
From: Mark Butler
Date:
Subject: Inheritance Semantics