Condition
Posted: Tue Jul 19, 2011 11:43 pm
HI.
I have date set where i get worker postion and salary :
programmer 345$
programmer 564$
DBA 1000$
programmer 783$
As you can see , there are three different programers with different salaries . But i want to combine them in such way :
name maxSalary minSalary
programmer 783$ 345$
DBA 1000$ 1000$
How can i do this ?
I have date set where i get worker postion and salary :
programmer 345$
programmer 564$
DBA 1000$
programmer 783$
As you can see , there are three different programers with different salaries . But i want to combine them in such way :
name maxSalary minSalary
programmer 783$ 345$
DBA 1000$ 1000$
How can i do this ?