Subject | Re: [firebird-support] Err Number 335544779 |
---|---|
Author | Huan Ruan |
Post date | 2011-03-02T00:21:59Z |
> SELECT cast(((163303.39/49.215486) * 89.218715) as decimal(15,2)) as valtry
> from MON$DATABASE
>
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]