• Very useful.

    I use it to process a comma delimited list of keys or any other list of values that is passed as a parameter to a stored proc.

    Now I do not have to worry about the string being too long, Mine will never be as big as 31k list of values/keys.

    My function to split the string up and return a table(that can be used in joins etc) now looks like this :

    :angry: See attachment cos I cannot get xml tags to display correctly :blush: