SELECT * FROM fn_Split('foo,bar,widget', ',')
position value 1 foo 2 bar 3 widget
You must be logged in to post a comment.
Comments