Subject Re: [firebird-support] Err Number 335544779
Author Huan Ruan
> SELECT cast(((163303.39/49.215486) * 89.218715) as decimal(15,2)) as val
> from MON$DATABASE
>

try

SELECT cast(((*cast(*(163303.39/49.215486) *as double precision)*) *
89.218715) as numeric(15,2)) as val from MON$DATABASE


[Non-text portions of this message have been removed]