
Create table “tblTest” in
sql server
This is how
data looks like in the table
With the
above data available, they want it split into individual values. Searching for
possible solutions, here is the solution query I came up with:
DECLARE
@temp TABLE(
ID
INT,
...