Question: in SQL Server, I have a column which contains values like (1,2,3,4)
.
I need to convert this into:
A
---
1
2
3
4
Question: in SQL Server, I have a column which contains values like (1,2,3,4)
.
I need to convert this into:
A
---
1
2
3
4