Re: Conversion of string to int using digits at beginning

Поиск
Список
Период
Сортировка
От Sam Mason
Тема Re: Conversion of string to int using digits at beginning
Дата
Msg-id 20081118175812.GT2459@frubble.xen.chris-lamb.co.uk
обсуждение исходный текст
Ответ на Re: Conversion of string to int using digits at beginning  (Raymond O'Donnell <rod@iol.ie>)
Список pgsql-general
On Tue, Nov 18, 2008 at 05:51:08PM +0000, Raymond O'Donnell wrote:
> You could use a regular expression in substring() to get just the
> numeric bits.

Thanks, never noticed that substring would accept a regexp before.
Syntax is a bit baroque, but it seems to work!


  Sam

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

Предыдущее
От: Erwin Moller
Дата:
Сообщение: Re: Foreign Key 'walker'?
Следующее
От: "Andrus"
Дата:
Сообщение: Re: Conversion of string to int using digits at beginning