Frédéric Brouard Answered 2 Years ago through
Quizzes | 5 Points
For these case, I have create a table function to split the data on every characters you want :
CREATE FUNCTION dbo.F_MULTIPARSE(@PHRASE VARCHAR(max),
@PARSEC VARCHAR(256))
RETURNS @T TABLE (POS INT,
...