postgres functions

From: "Douglas Blood" <dblood(at)matraex(dot)com>
To: <pgsql-general(at)postgresql(dot)org>
Subject: postgres functions
Date: 2002-09-12 20:50:13
Message-ID: 031101c25a9d$fddbc900$2000a8c0@spruce
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I have a field in my database that is comma deliminated values. I know that
I can count up how many values are there using java but i was wondering if
there was a way using postgres functions or just standard sql. I was
thinking a recursive function with substrings and finding the next location
of the comma but I don't know if it will work or if it does the effect on
the database. Any help would be great.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Joe Conway 2002-09-12 20:54:25 Re: Latitude / Longitude
Previous Message Tim Perdue 2002-09-12 19:49:57 Re: [SQL] Latitude / Longitude