| Subject | Re: [firebird-support] query Integer overflow |
|---|---|
| Author | Dimitry Sibiryakov |
| Post date | 2019-06-23T08:37:44Z |
23.06.2019 5:41, 'Mr. John' mr_johnmr@... [firebird-support] wrote:
cast the values to types with smaller precision.
--
WBR, SD.
> The calculation is on a SP code and I need it thereThen get rid of IIF and decide at which moment you need round intermediate values. Then
cast the values to types with smaller precision.
--
WBR, SD.