oh, lol sorry, we work together here in sf county office. we been working on this report together and he took off for the 4th of july week , so they need me to finish it
should it be like this ?
select ISNULL(ager.cs_id, ager1.cs_id) AS cs_id,
ISNULL(ager.net_ben_amt, ager1.net_ben_amt) AS net_ben_amt,
max(ISNULL(ager.upd_dtm,ager1.upd_dtm)) a
from cis.dbo.ag_elig_rslt ager
FULL JOIN cis.dbo.ag_elig_rslt ager1 ON ager.cs_Id = ager1.cs_id
(SELECT...
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.