My Issue:
i have two student id,based on id i need to return 1 table with student dateils but i should get this table together seperately
id1----sp should return 1 table
id 2...2nd table
I need to use this 2 temp table as a data table in c# .Now my sp returning student details in 1 temp table
idea is like :
SELECT @studentid= select * FROM studenttable
for(i=0;i
create temptable(I) ---------------if 2 id 2 table shud return in 1 sp
}
3 Replies
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Hamid KhanPosted Aug 28, 2020, 11:59 AM
Sujeet RamanPosted Aug 27, 2020, 10:15 PM
Navaneeth KrishnanPosted Aug 27, 2020, 8:42 PM