Posted by Alexander Kuznetsov on 09/29/05 22:57
another way: select a.account,a.balance_date,a.balance from a where not exists (select 1 from a a1 where a.account =a1.account and a.balance_date <a1.balancedate )
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming