Subject | Re: [firebird-support] strange bahaviour |
---|---|
Author | Luigi Siciliano |
Post date | 2019-07-03T15:23:06Z |
Hallo,
Il 03/07/2019 16:35, liviuslivius
liviuslivius@... [firebird-support] ha scritto:
What are the exact types of both fields?NUMERIC(18,4) via domain:
CREATE DOMAIN CURRENCY_D
Thanks.
AS Numeric(18,4)
DEFAULT 0.00
NOT NULL
;
--
Luigi Siciliano --------------------------