I have a table with a char field - the values are for this field for each record consist of a list string. E.g."data 1;data 2;data 3; data 4".<br><br>I want to select the field and insert each list value into a new table. Can SQL perform this function.<br>Thanks