Viewing 4 posts - 1 through 4 (of 4 total)
Hi SSC Rookie
Thanks for your reply.It worked for me.
Thanks a lot.
July 29, 2014 at 10:59 pm
Hi Chris,
I just chaged the query like this and it worked for me.
SELECT id, value, id1, value1
FROM @t1 t1
CROSS JOIN (
SELECT TOP(SELECT TOP(1) [Rows] = COUNT(*) FROM @t2 GROUP BY...
July 29, 2014 at 10:57 pm
Hi chris
seems that you are using 1,2,3,4,5 staticly.we dont know how may rows we get as described.i have just given u a sample data.
Thanks
July 29, 2014 at 7:30 am
Hi,
Thanks for your reply.
I want this Logic without using the Looping concept.
Thanks.
April 25, 2012 at 4:20 am
Viewing 4 posts - 1 through 4 (of 4 total)