Re: split/explode functions

Поиск
Список
Период
Сортировка
От Jeff Eckermann
Тема Re: split/explode functions
Дата
Msg-id 00e401c12a4c$054036a0$279c10ac@INTERNAL
обсуждение исходный текст
Ответ на split/explode functions  ("omid omoomi" <oomoomi@hotmail.com>)
Список pgsql-sql
Not amongst the builtin functions.  You will need to create your own using a
procedural language.  Easiest is plperl, since Perl already has a very
functional "split" function.

----- Original Message -----
From: "omid omoomi" <oomoomi@hotmail.com>
To: <pgsql-sql@postgresql.org>
Sent: Monday, August 20, 2001 7:31 PM
Subject: split/explode functions


> hi ,
> Is there any split or explode function which split a whole string to
> seperate parts using any special delimiter ?
> TIA
> Omid
>
> _________________________________________________________________
> Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
>     (send "unregister YourEmailAddressHere" to majordomo@postgresql.org)
>
>



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Getting 'n-1'th record.
Следующее
От: "Josh Berkus"
Дата:
Сообщение: Re: Getting 'n-1'th record.