Subject Re: [firebird-support] F_1 field name vs SUM
Author Milan Babuskov
Guylain Plante wrote:
> We have an old Delphi program that cannot be compiled anymore. This
> old program do a query such as:
> SELECT SUM(ITEMPRICE) FROM ORDERS;

Try:

select sum(ITEMPRICE) as F_1 from orders;

--
Milan Babuskov
http://fbexport.sourceforge.net
http://www.flamerobin.org