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.