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
What is implicit mode in sql server?
What are the components of dbms?
can a table be moved to different filegroup? : Sql server administration
What do you think of this implementation? Can this be implemented better?
How to manipulate data from one table to another table ?
Does union all remove duplicates?
What do you mean by an execution plan? How would you view it?
what are database files and filegroups? : Sql server database administration
Why do we backup Active Directory ?
Explain the truncate command? : SQL Server Architecture
How do I view a stored procedure in sql server?
How to create a scrollable cursor with the scroll option?
Define model database?
Do you know what is a trace frag? Where do we use it?
How many cores do I need for sql server 2016?