Обсуждение: pg_atoi() error

Поиск
Список
Период
Сортировка

pg_atoi() error

От
"alexandre :: aldeia digital"
Дата:
Hi,

Table xxx:

(...)
CPF numeric(11,0)
(...)

Select x,y,CPF from xxx where CPF='12345678901'

Generate the error:

error reading "12345678901": Numerical result out of range

The corversor recognize the 'number' like a integer and not like a numeric
type ???

I use Win ODBC-7.2.00.3 and Post-7.2.2

Thanks all,


Alexandre