How can I parse delimited list in string to rows?
问题 This is my previous question: How can I merge two strings of comma-separated numbers in MySQL? I tried to use delimited list with these reasons: the data is more than 2000 rows. I have just one day. this is not production level I need to parse the data with my hands. I thought I don't have any choice. But I found this: SQL split values to multiple rows So, I got some hopes from it. But it's quite difficult to apply it to my table. Mine is different form. I have multiple columns and I'd like