[GENERAL] split to table by space

2010-01-02 Thread Jamie Kahgee
I need a function like regexp_split_to_table where I can split a string to a table by a space delimiter. so: Please Help Me would convert to: Please Help Me However I'm stuck working w/ version 8.2.9, so I don't have the regexp_split_to_table function. Is there any good functions that can

Re: [GENERAL] split to table by space

2010-01-02 Thread Brian Modra
2010/1/3 Jamie Kahgee jamie.kah...@gmail.com: I need a function like regexp_split_to_table where I can split a string to a table by a space delimiter. so: Please Help Me would convert to: Please Help Me However I'm stuck working w/ version 8.2.9, so I don't have the regexp_split_to_table

Re: [GENERAL] split to table by space

2010-01-02 Thread Allan Kamau
On Sun, Jan 3, 2010 at 9:30 AM, Brian Modra epai...@googlemail.com wrote: 2010/1/3 Jamie Kahgee jamie.kah...@gmail.com: I need a function like regexp_split_to_table where I can split a string to a table by a space delimiter. so: Please Help Me would convert to: Please Help Me However I'm

Re: [GENERAL] split to table by space

2010-01-02 Thread Allan Kamau
On Sun, Jan 3, 2010 at 9:37 AM, Allan Kamau kamaual...@gmail.com wrote: On Sun, Jan 3, 2010 at 9:30 AM, Brian Modra epai...@googlemail.com wrote: 2010/1/3 Jamie Kahgee jamie.kah...@gmail.com: I need a function like regexp_split_to_table where I can split a string to a table by a space