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
What are the advantages of passing name-value pairs as parameters?
What is the difference between deallocate cursor and close cursor?
How can we determine what objects a user-defined function depends upon?
Can multiple columns be used in sql group by clause in ms sql server?
How to loop through result set objects using odbc_fetch_row()?
What is command parameter in ssrs?
can a database be shrunk with users active? : Sql server administration
Tell me what is log shipping?
What is temporary table in sql server? Why we use temp table?
Can you pass expressions to function parameters?
What is log in sql server?
What is efficiency data?
What is sql profiler. What are the default templates with it? : sql server database administration
Explain atomicity?
What are the types of dml?