Dave Crozier wrote:
> Ajit,
> No that won't work.
Yes, you are right Dave.
How about this:
select e1.employeecode, e1.period, e1.pay, e1.tax ;
from employee e1 ;
where e1.period = (select max(period) from employee e2 ;
where e2.employeecode=e1.employeecode)
_Ajit Abraham
> Select Paytable.* ;
>>From PayTable ;
> Join (select Employeecode, Max(Period) as Period From Paytable Group By
> EmployeeCode) XX On XX.Period=Paytable.Period And
> XX.EmployeeCode=Paytable.EmployeeCode
>
> Dave Crozier
__________________________________________________
D O T E A S Y - "Join the web hosting revolution!"
http://www.doteasy.com
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED]
** All postings, unless explicitly stated otherwise, are the opinions of the
author, and do not constitute legal or medical advice. This statement is added
to the messages for those lawyers who are too stupid to see the obvious.