I thought I had it, but when I use this, I get "currency not on a record"
SELECT * FROM (
select a.tp_no, c.name, a.state, b.eff_date, a.er_rate as 'Actual', b.er_rate as 'Billed',
(select MAX(e.eff_date)
from "PR_TSUTA" as d
left join CL_SUTA as e on(d.tp_no=e.loc_no)
left join...
Using Pervasive SQL, I have a result set:
Tp_No Name State Eff_Date Actual Billed
1006 ABC TN 2006-07-01 .1 .5
1006 ABC TN 2008-02-15 .27 .6
1006 ABC TN 2010-09-01 .37 .7...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.