Re: Array iterator

From: Achilleas Mantzios <achill(at)matrix(dot)gatewaynet(dot)com>
To: pgsql-sql(at)postgresql(dot)org, raju(at)linux-delhi(dot)org
Subject: Re: Array iterator
Date: 2009-01-27 13:34:20
Message-ID: 200901271534.21327.achill@matrix.gatewaynet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Στις 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?
--
Achilleas Mantzios

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Matthew T. O'Connor 2009-01-28 23:37:06 plpgsql setof help
Previous Message Raj Mathur 2009-01-27 12:40:29 Array iterator