phone number list

Поиск
Список
Период
Сортировка
От Bryan Irvine
Тема phone number list
Дата
Msg-id 1063208122.32206.5.camel@elvis
обсуждение исходный текст
Ответы Re: phone number list  (<ghaverla@freenet.edmonton.ab.ca>)
Re: phone number list  ("Louise Cofield" <lcofield@box-works.com>)
Re: phone number list  (Oliver Elphick <olly@lfix.co.uk>)
Список pgsql-novice
I have a db that contains phone numbers

The data that get inserted looks like this

425 555 1212

I have a script that inserts that into the DB, the problem is that
sometimes the suffix might start with a 0 and is getting truncated.

so

425 555 0212

ends up being

425 555  212.  How can I fix this?

--Bryan


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

Предыдущее
От: Stephan Szabo
Дата:
Сообщение: Re: Which files belong to which database?
Следующее
От: Bryan Irvine
Дата:
Сообщение: how many records