L
lee
i have current table in below format
zip range
1-2
2-5
3-8
i want to convert the above field - zip range into individual values
in the vertical fashion- for example
1-2 has 1 and 2 digits all written down one below another . same with
2-5 row- 2,3,4,5 should be written one below the other
result required
zip
1
2
2
3
4
5
3
4
5
6
7
8
is there a squl query which can convert the above format
zip range
1-2
2-5
3-8
i want to convert the above field - zip range into individual values
in the vertical fashion- for example
1-2 has 1 and 2 digits all written down one below another . same with
2-5 row- 2,3,4,5 should be written one below the other
result required
zip
1
2
2
3
4
5
3
4
5
6
7
8
is there a squl query which can convert the above format