#100CodeExamples
Split a String into Rows by Delimiter (with Pure SQL)
Sometimes we have data that is not split into columns and rows, but SQL can only really thrive on structured data.
But thanks to recursive queries we can split any string into rows – with pure SQL.