I need to split comma delimited string into a second columns I have the following table :
CL1 POS POS2 LENGHT ALLELE 1 301
MySQL does have a similar function: InStr or for the same syntax Locate.
MySQL
InStr