Subject Re: [firebird-support] How to create an calculated field for bank balance?
Author Alexandre Benson Smith
Em 12/9/2012 18:02, K Z escreveu:
> Hello,
>
> The ideia is that the first record is the most recent one. The last is the oldest.
>

How to handle where ????

what is the result of

select * from Table
and
select * from Table where AccountId = 12
and
select * from Table where AccountID = 12 and DocumentType = 3

????