Re[2]: Problems with varchar/text

Поиск
Список
Период
Сортировка
От FMK
Тема Re[2]: Problems with varchar/text
Дата
Msg-id 17620437978.20000830145513@online-shop-ag.de
обсуждение исходный текст
Ответ на Problems with varchar/text  (FMK <meyer-kassel@online-shop-ag.de>)
Ответы Re: Re[2]: Problems with varchar/text  (ghaverla@freenet.edmonton.ab.ca)
Список pgsql-novice
I'm using ColdFusion with a native PostgreSQL-Driver. OS is Linux, and
my insert-statement looks like this:

INSERT INTO billing (billnumber) VALUES (00086901)

> Maybe you have forgot to quote the string.

> Could you mail us the exact SQL that you use to insert the data.

> Are you using ODBC? What OS/app is the client and server?

> FMK wrote:

>> Hi out there,
>>
>> I've got a table with a field named "blabla", type is varchar(12).
>>
>> Now I want to insert "00083151" into this field, but after the INSERT
>> the leading zeros are cutted, eg. in the DB is only "83151"
>>
>> Same Problem with type text...
>>
>> Any Idea how I can get the _complete_ Value with the leading zeros
>> into the DB ?
>>
>> Thanks in Advance !
>>
>> Florian



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

Предыдущее
От: FMK
Дата:
Сообщение: Problems with varchar/text
Следующее
От: FMK
Дата:
Сообщение: Re[2]: Problems with varchar/text