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 steps you will take, if you are tasked with securing an sql server? : Sql server database administration
How to get the definition of a stored procedure back?
create index myindex on mytable(mycolumn) what type of index will get created after executing the above statement? : Sql server database administration
What is difference between materialized view and view?
Indexes are updated automatically is the full-text index also updated automatically?
What is sql server agent and what are the two modes of authentication in sql server?
What are the limitations/drawbacks or ssrs 2008 r2?
Define self join in sql server joins?
How do I run a trace in sql server?
what is the system function to get current user's user id? : Sql server database administration
What is the purpose of grouping data in a report?
What is plan freezing?
What is updatable resultset?
what method you can use to reduce the overhead of Reporting Services data sources?
What is the difference between the application object and session object?