Viewing 2 posts - 1 through 2 (of 2 total)
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...
February 21, 2014 at 12:06 am
#1690991
Thanks for the reply ..
the condition is the query should be within 140 characters..
Rajesh.
February 20, 2014 at 11:06 pm
#1690978