I have a table that stores some comma separated strings. Is there a way to write a sql to
return me a separate rows for each token string obtained by splitting across commas.
I have a table that stores some comma separated strings. Is there a way
Share
You can simply write and call a stored procedure