Some external data vendor wants to give me a data field - pipe delimited string value, which I find quite difficult to deal with.
Without help from an application pr
It may not be as difficult as I initially thought.
This is a general approach:
length(val) - length(replace(val, '|', ''))