Select subset of rows - Mailing list pgsql-sql

From Paulo Roberto Siqueira
Subject Select subset of rows
Date
Msg-id NEBBLMEAPMNMMCFDDILOIEKECCAA.paulo.siqueira@usa.net
Whole thread Raw
Responses Re: Select subset of rows  (Stephan Szabo <sszabo@megazone23.bigpanda.com>)
Re: Select subset of rows  (Stephan Szabo <sszabo@megazone23.bigpanda.com>)
List pgsql-sql
    Hi folks,
I have this table

CREATE TABLE EMPLOYEE (ID_EMP INT4 PRIMARY KEY, NAME VARCHAR(35), SALARY
NUMERIC(5,2));
I want to select only the employees' names who have the 5 highest salaries.




Paulo Siqueira



pgsql-sql by date:

Previous
From: "Brian C. Doyle"
Date:
Subject: Time Results Conversion
Next
From: Stephan Szabo
Date:
Subject: Re: Select subset of rows