Problems with varchar/text

Поиск
Список
Период
Сортировка
От FMK
Тема Problems with varchar/text
Дата
Msg-id 9117698869.20000830140934@online-shop-ag.de
обсуждение исходный текст
Список pgsql-novice
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 по дате отправления:

Предыдущее
От: "S.A.Pamungkas"
Дата:
Сообщение: Re: destroying db / closing access
Следующее
От: FMK
Дата:
Сообщение: Re[2]: Problems with varchar/text