Passing a comma delimited list to a function

From: A E <cooljoint(at)yahoo(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Passing a comma delimited list to a function
Date: 2004-01-03 18:11:55
Message-ID: 20040103181155.67492.qmail@web12103.mail.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi,

I was wondering if there was a function that handles list elements of a comma delimited list? I need to be able to pass values as a comma delimited list, count the number of values, and process the value of each.

Did not think it was very efficient to loop through the contents of the list finding delimiters.

TIA
Alex

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Baldur Norddahl 2004-01-03 22:05:15 Re: why the need for is null?
Previous Message A E 2004-01-03 18:07:37 Functions Returning Record Datatype