Subject Re: [firebird-support] NUMERIC(18,0)
Author Ann W. Harrison
red_october_canada wrote:
>
> If I only enter unsigned values into the field, and never once enter a
> signed value, does that mean I can just "keep going" and stuff in
> unsigned integer values and just "expect" FB to "know" that I want an
> "all unsigned" values field?
>

No. All SQL numerics are signed. You get to use the same number of
values whether the number is signed or not, but they won't compare
the way you expect.

Regards,


Ann