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 download and install sql server 2005 books online?
What triggers long term care?
What is the fillfactor concept in indexes?
Explain in brief about Microsoft SQL server?
What is perspective, have you ever created perspective? : sql server analysis services, ssas
What is unpivot?
What are the differences between “row_number()”, “rank()” and “dense_rank()”?
What options are there to delete rows on the publisher and not on the subscriber? : sql server replication
What is a partitioned view?
Disadvantages of the indexes?
what are the three command line utilities and what are their primary functions?
what is database replication? : Sql server database administration
Explain in brief how sql server enhances scalability of the database system?
How can I tell if sql server is 32 or 64 bit?
What is CTE in SQL