Separating Single Field to Values
I have a table having column col1, col2. If for a col1 there is some data in col2.
EX: Col1=0012 and Col2 = 12,13,14
then i need these three values 12, 13,14 separately not as a single string as it is in table. Or you can say in need to separate these three values after it is returned by query.There may be only one value or more than 3 as well.
EX: 12,13,14,15.........
Questions by Nishant garg
Showing Answers 1 - 4 of 4 Answers
Related Answered Questions
Related Open Questions
Separating Single Field to Values
EX: Col1=0012 and Col2 = 12,13,14
then i need these three values 12, 13,14 separately not as a single string as it is in table. Or you can say in need to separate these three values after it is returned by query.There may be only one value or more than 3 as well.
EX: 12,13,14,15.........
Profile Answers by Nishant garg Questions by Nishant garg
Questions by Nishant garg
Related Answered Questions
Related Open Questions