Subject | Re: [firebird-support] How convert field float to numeric(4,3) ? |
---|---|
Author | Dimitry Sibiryakov |
Post date | 2006-04-13T04:52:11Z |
On 12 Apr 2006 at 18:37, Gerson Machado wrote:
decimal point. If yor result is bigger than 9, you'll get "numeric
overflow" for sure.
--
SY, Dimitry Sibiryakov.
> and ... need multiply Field1 by Field2 and the result truncate in aYou must learn that numeric(4,3) means only one digit left from
> Field3 (Numeric(4,3)), but in stored procedure I receive the error:
>
> Aritmetic overflow, .... numeric overflow...
>
> What I need todo ?
decimal point. If yor result is bigger than 9, you'll get "numeric
overflow" for sure.
--
SY, Dimitry Sibiryakov.