Subject | Re: summation of two select |
---|---|
Author | Ed Dressel |
Post date | 2011-04-08T21:46:15Z |
Thank you for your respohse. I have not seen Coalesce before.
Firebird 1.5 balks at the "Select" in the 3rd line "Token unknown, line 3, char 5."
Ed Dressel
Firebird 1.5 balks at the "Select" in the 3rd line "Token unknown, line 3, char 5."
> SELECT^^^^^^
> COALESCE( PI.Balance,0) + COALESCE(
> SELECT(PAI.Balance) FROM PersonActInfo PAI where PAI.Person_ID
Ed Dressel