Viewing 3 posts - 1 through 4 (of 4 total)
this is the query which i have written.i m not getting the output
declare @a int
declare @b-2 int
set @a=1
while(@a<11)
begin
set @b-2=1
while(@b<11)
...
December 19, 2008 at 4:25 am
#915101
thx but the query did not work. it is showing the error Invalid object name 'numbers'.what if i have 500 rows how to insert the values
December 19, 2008 at 3:45 am
#915088
My output should look like the below
serial qh11 qh21
4 ...
December 17, 2008 at 11:39 pm
#914305