Re:

Поиск
Список
Период
Сортировка
От Miroslav Šulc
Тема Re:
Дата
Msg-id 42358FD4.3000706@startnet.cz
обсуждение исходный текст
Ответ на  ("Mohsen Pahlevanzadeh" <mohsen@pahlevanzadeh.org>)
Список pgsql-general
Mohsen Pahlevanzadeh wrote:

>Dears,
>When i wanna insert to my following code,I receive following error:
>Insert into c(t) values('ccccccc'); --> It's my qurey.
>Insert command failed!So i can't continue to insert in your table!
>ERROR:  pg_atoi: error in "ccccccc": can't parse "ccccccc"
>
>
Usually atoi functions perform conversion from string to integer (if my
memory serves well). Maybe the problem is that you are trying to insert
string into numeric field.

>...
>
>
Miroslav

Вложения

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

Предыдущее
От: "Mohsen Pahlevanzadeh"
Дата:
Сообщение:
Следующее
От: Mark Rae
Дата:
Сообщение: Re: prelimiary performance comparison pgsql vs mysql