Forum Replies Created

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

  • RE: Need Help - SQL Select Statement

    Thanks Eirikur Eiriksson!.

    Your attempt is not bad. The approaches other users presented are more robust and accurate. Thanks anyway.

  • RE: Need Help - SQL Select Statement

    This is not homework session. Your approach is very limited with hard coding the values. What if data is like this?

    create table #table1(steps int)

    insert into #table1(steps)values(1)

    insert into #table1(steps)values(2)

    insert into #table1(steps)values(3)

    insert...

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