Subject | Re: [firebird-support] How to create an calculated field for bank balance? |
---|---|
Author | Alexandre Benson Smith |
Post date | 2012-09-12T22:45:21Z |
Em 12/9/2012 18:02, K Z escreveu:
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
????
> Hello,How to handle where ????
>
> The ideia is that the first record is the most recent one. The last is the oldest.
>
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
????