how to write the query to select the rows are in the order
of either 1,3,5,7... or 2,4,6,8,...
Answer Posted / senthil
select * from dbo.outs_OpenItems where OIR_ID % 2=1
| Is This Answer Correct ? | 20 Yes | 9 No |
Post New Answer View All Answers
Explain the third normal form(3nf)?
What is difference between temp table and cte?
what is the primary use of the model database? : Sql server administration
What are the recovery models for a database?
What is the default schema of your login session in ms sql server?
What is the difference between SQL notification and SQL invalidation?
Tell me the difference between clustered and non-clustered index?
What are data driven subscriptions?
What are the components of dbms?
Can we hide the definition of a stored procedure from a use?
Write a sql query to sort on different column name according to the parameters passed in the function?
what is a major difference between sql server 6.5 and 7.0 platform wise? : Sql server database administration
How to enforce security in sql server? : sql server security
List out a number of the wants to setup a SQL Server failover cluster?
What is full outer join in sql server joins?