March 31, 2017 at 7:59 am
Hi all,
is there any trick 22 to select from this table
Testcase Table
Test_ID ReqID
1 4711
2 4711, 4712
And receive this result:
Req_ID Test_ID
4711 1
4711 2
4712 2
Thank you!
March 31, 2017 at 8:12 am
ip13791113 - Friday, March 31, 2017 7:59 AMHi all,is there any trick 22 to select from this table
Testcase Table
Test_ID ReqID
1 4711
2 4711, 4712And receive this result:
Req_ID Test_ID
4711 1
4711 2
4712 2Thank you!
Check the following article to get the function to do this.
http://www.sqlservercentral.com/articles/Tally+Table/72993/
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply