how to retrive only second row from table in sql server
2000?
Answer Posted / yogesh
select top 1 from tablename where id <(select top 1 id from
test)
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is etl - extraction, transformation, and loading?
Define the one-to-one relationship while designing tables.
What’s the use of custom fields in report?
What is normalization process?
I create a separate index on each column of a table. What are the advantages and disadvantages of this approach? : Sql server database administration
What new changes are being made in SQL Server?
Difference between report and query parameter.
How self join is different from outer join?
Does order by actually change the order of the data in the tables or does it just change the output?
Can we call future method from queueable?
How to use values from other tables in update statements in ms sql server?
how would you store your query in an SSRS report or a Database server?
What is meant by indexing?
How to configure odbc dsn with different port numbers?
What is implicit mode in sql server?