Обсуждение: split/explode functions

Поиск
Список
Период
Сортировка

split/explode functions

От
"omid omoomi"
Дата:
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



Re: split/explode functions

От
"Jeff Eckermann"
Дата:
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)
>
>