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
How to achieve Paging of records in SQL SERVER?
Explain about the command-line tool SQLCMD?
Explain the collation?
What are page splits?
What is the primary use of the model database?
How to handle error or exception in sql?
How to test subquery results with the exists operator?
What is a covering index?
what is the difference between a primary key and a unique key? : Sql server database administration
What is full outer join in sql server joins?
Can we return Data from 4(more than 1) tables in stored procedure?
What is the difference between dropping a database and taking a database offline?
What is meant by datasource?
Can a function call a stored procedure in sql server?
what is the difference between Tabular and Matrix report?