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
- Re: [SQL] Select subset of rows Paulo Roberto Siqueira
- Re: [SQL] Select subset of rows Stephan Szabo
- Re: [SQL] Select subset of rows John McKown
- Re: [SQL] Select subset of rows Stephan Szabo
- Re: [SQL] Select subset of rows Stephan Szabo
