which query u can write to sql server doesn't work
inbetween 7.00PM to nextday 9.00AM
Answer Posted / sandeep rana
select * from table where columndata not in(select
columndata from table where date between '' and '')
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
Which sql server table is used to hold the stored procedure scripts?
What is the difference between drop table and truncate table?
Do you know what is replace and stuff function in sql server?
What is meant by indexing files?
Does dbcc checkdb requires db to be in single_user mode? : sql server database administration
What are the different editions available in sql server 2000?
What is federation member?
in the physical file layout, where should the transaction log be stored in relation to the data file?
Does sql server use t sql?
How to access the inserted record of an event?
What do I need to start working with sql studio? : sql server management studio
What does the on update no action do?
Can we insert data if clustered index is disabled?
What are the different types of cursor?
Do you know how to send email from database?