Re: Array iterator

Поиск
Список
Период
Сортировка
От Raj Mathur
Тема Re: Array iterator
Дата
Msg-id 200902060904.01224.raju@linux-delhi.org
обсуждение исходный текст
Ответ на Re: Array iterator  (Achilleas Mantzios <achill@matrix.gatewaynet.com>)
Список pgsql-sql
On Tuesday 27 Jan 2009, Achilleas Mantzios wrote:
> Στις Tuesday 27 January 2009 14:40:29 ο/η Raj Mathur έγραψε:
> > select regexp_split_to_array('string with tokens', '[^A-Za-z0-9]');
>
> maybe
> select regexp_split_to_table('string with tokens', '[^A-Za-z0-9]');
> would help?

That did the job, thanks!

-- Raju
--
Raj Mathur                raju@kandalaya.org      http://kandalaya.org/      GPG: 78D4 FC67 367F 40E2 0DD5  0FEF C968
D0EFCC68 D17F 
PsyTrance & Chill: http://schizoid.in/   ||   It is the mind that moves


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

Предыдущее
От: Jamie Tufnell
Дата:
Сообщение: Re: current_date vs 'now'
Следующее
От: Rajesh Kumar Mallah
Дата:
Сообщение: Re: Must I use DISTINCT?