I wrote a function in MySQL to split a delimited string into tokens, but right now, it only returns the first token it encounters after the start position (pos). Is