select a.empl_uno,
a.rate,
a.eff_date,
a.last_modify
from rate a
where a.eff_date = ( select max(b.eff_date)
from rate b
where a.empl_uno = b.empl_uno);
|
Results 1 to 4 of 4
Thread: QueryThreaded View
|
Click Here to Expand Forum to Full Width |