Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Development - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 3145

SQL Query to Split Concatenated Column data Into Multiple Rows

$
0
0
I have a column named Column_Value that has concatenated values such as 5y, 5u, 6h.  What I want to do is create one record for each one and copy all the other fields. 
For instance a row may contain the following:

KeyID

Viewing all articles
Browse latest Browse all 3145

Trending Articles