I have encountered a situation where I have to pass a comma-separated string to a MySQL procedure and split the string and insert these values into the table as rows.
As shown in the figure
I have encountered a situation where I have to pass a comma-separated string to a MySQL procedure and split the string and insert these values into the table as rows.
As shown in the figure