Forum Replies Created

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

  • RE: SQL Query

    Even though i am using the below code it is 235 chars( from the cte query it is 280 chars)

    select s1.* from(

    select s.*,row_number() over(order by SalesAmount desc) R

    from dbo.SalesOrder...

  • RE: SQL Query

    Thanks for the reply ..

    the condition is the query should be within 140 characters..

    Rajesh.

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