Re: Invalid syntax for integer

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Invalid syntax for integer
Дата
Msg-id 634.1278025894@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Invalid syntax for integer  (David Jarvis <thangalin@gmail.com>)
Ответы Re: Invalid syntax for integer  (David Jarvis <thangalin@gmail.com>)
Re: Invalid syntax for integer  (David Jarvis <thangalin@gmail.com>)
Список pgsql-novice
David Jarvis <thangalin@gmail.com> writes:
> The error message is:
>   ERROR:  invalid input syntax for integer: "-123.1833"

Presumably, this is coming from where you try to assign the result of
array_agg to v_id.  Have you looked at what's going to be assigned
there?

            regards, tom lane

В списке pgsql-novice по дате отправления:

Предыдущее
От: David Jarvis
Дата:
Сообщение: Invalid syntax for integer
Следующее
От: David Jarvis
Дата:
Сообщение: Re: Invalid syntax for integer