which query u can write to sql server doesn't work
inbetween 7.00PM to nextday 9.00AM
Answer Posted / muhammadrashidmughal
select * from urTable
Where urDateColumn
Between '2007-10-20 17:00:00 PM'
and '2007-10-21 09:00:00 AM'
| Is This Answer Correct ? | 14 Yes | 17 No |
Post New Answer View All Answers
Can we use where clause in union?
What is Cross Join and in which scenario do we use Cross Join?
What command must you use to include the not null constraint after a table has already been created?
How to execute function in stored procedure sql server?
What is the server name for sql management studio?
What are the restrictions that views have to follow? : SQL Server Architecture
What are the different types of data sources in ssrs?
What is query cost in sql server?
Should you normalize audio?
What xml support does the sql server extend?
Explain primary key in sql server?
List all types of constraints in sql server?
Explain the working of sql privileges?
Why we use functions in sql server?
What is transactional replication?