Is there a way in postgres to count how many instances of a character there
are in a varchar field?
I know how I can see if there is any instance of the character using
strpos() but that will only find if there is one and i would like the total
count of them.
Any help would be appriciated.
Douglas Blood
Matraex Inc.