Subject Re: Expressions
Author colinriley666
Afield or AnOtherField = NULL ?

regards, Colin


--- In firebird-support@yahoogroups.com, "nk_karasu" <nkkarasu@g...>
wrote:
> Hi.
>
> The query below dosn't work.
>
> "SELECT (AField + AnOtherField) AS FieldsTotal FROM FieldsTable"
>
> Is there a way to run queries includes expressions in ib/fb(Like
Stored
> procedures etc.).
>
> Thanks for help...