Forum Replies Created

Viewing 3 posts - 1 through 4 (of 4 total)

  • RE: string function

    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)

    ...

  • RE: string function

    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

  • RE: finding a character string

    My output should look like the below

    serial qh11 qh21

    4 ...

Viewing 3 posts - 1 through 4 (of 4 total)