2
I have an employee table that has only three columns, NOME
, CARGO
and SALARIO
, I want to assemble a query that brings me all this table and contains in it the highest salary value for the post. Totaling 4 Columns (NOME
, CARGO
, SALARIO
and MAIOR_SALARIO_P_CARGO
. This is to check the variation.
Give more information. Which table is the fourth field. What is the relationship between them?
– Maniero
Tip: To edit this question, use the [Edit] link above.
– bfavaretto