Returns the separator character from its strlst argument,
as a varchar string:
separator(strlstValue)
This can be used in situations where the strlstValue argument
may have a nul character as the separator, in which case simply
converting strlstValue to varchar and looking at the
last character would be incorrect. Added in version 5.01.1226030000
20081106.