How to select nth record from a table?
Answer Posted / andy
select a.id,a.name from dept a
where
1= (select COUNT(b.id) from dept b where b.id>a.id)
| Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
your distribution database is full what will u do
What does executeupdate return?
Why variables called the most powerful component of ssis?
How to use user defined functions in expressions?
What is measure group, measure? : sql server analysis services, ssas
Ways to improve the performance of a SQL Azure Database?
What is an indexing technique?
What is enhanced database mirroring in sql server 2008?
How to verify the port number of the sql server?
Why we need to use secondry database file? though, we can do same work using primary database file also.
What is dknf in normalization form?
Can foreign key be duplicate?
How do you drop an index?
What is the purpose of sql profiler in sql server?
Why use “pivot” in sql server?