how to retrive only second row from table in sql server
2000?
Answer Posted / vardharaj
SELECT TOP 1 ID FROM TABLENAME WHERE ID NOT IN (SELECT TOP 1
ID FROM TEST)
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What extended events?
Explain database normalization?
What are the encryption mechanisms in sql server?
Can We Use Data-grids For Our Report In Ssrs?
what are database files and filegroups? : Sql server database administration
Write the syntax for stuff function in an sql server?
Which is better statement or preparedstatement?
plss anybody specify tha constrian management system in dbms
How do I install only the client tools of sql server 2000?
How to enable tcp/ip protocol on a sql server?
What are different types of join?
What is difference between group by and having?
What does set rowcount do?
What is a view in sql?
What is an sql server agent?