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

Reply via email to