Viewing 2 posts - 1 through 3 (of 3 total)
Check out
Knowledge Base Article Number: Q711843
HTH,
Mark Owens
April 26, 2005 at 7:31 am
#554861
Thank you very much, Adam. Using your ideas here is the statement that works for me:
Select * from IV10200 b where b.daterecd = (select max(a.daterecd) from IV10200 a
where a.itemnmbr...
November 4, 2004 at 11:12 am
#528967