i have a table with 3 columns (First_ID,Second_ID,Third_ID
) all columns are int columns.
Now I have 3 values, first and third values are int values (1 and 0), the second value is a comma delimited string ('188,189,190,191,192,193,194'
)
what should be my approach to populate the table like the bellow:
1 188 0
1 189 0
1 190 0
1 191 0
1 192 0
1 193 0
1 194 0
I have tried different ways but could not get it to work as i want.
Thanks in advance
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…