Viewing 7 posts - 1 through 7 (of 7 total)
Come on Dude....Just tell me.....what is "T" in that query
November 9, 2010 at 12:20 pm
Thanks for ur reply....Some doubts..
select * from
(
select *,row_number()over(partition by employeeid order by salary desc)rid from salary
)T where rid<=2
what is rid and T
November 9, 2010 at 12:10 pm
Question: Using the salary table on the left, write a SQL Server T-SQL query to find the Top 2 salaries for each employee. The result of the query...
November 9, 2010 at 12:05 pm
i attached the excel file
November 9, 2010 at 11:55 am
Plz post me the query.....i didnt understand ur "Blah Blah"
November 9, 2010 at 11:34 am
Question: Using the salary table on the left, write a SQL Server T-SQL query to find the Top 2 salaries for each employee. The result of the query...
November 9, 2010 at 10:20 am
If u dont mind....Can u post query
November 9, 2010 at 9:41 am
Viewing 7 posts - 1 through 7 (of 7 total)