What is the difference between two queries:
1. SELECT * FROM table WHERE 1=1;
2. SELECT * FROM table
Answer Posted / chinnu
Hi SQL gurus,
i am working for an MNC...
My team is having a problem in sql server. when user slects
date prompts from jan 1st to april 30, it should display
all months data like :
jan aa
feb bb
mar cc
but when it comes to april its taking data like :
jan aa
feb bb
mar cc
apr dd...and so on
means its taking data again from jan to april which we dont
want. we want the data only april month as we are getting
jan, feb and mar...
can any one write the code to relsove the issue please
would be greatful if you can send to shiva_sans@yahoo.co.in
and also please send your email also ...so that we will be
in touch for any kind of queries ...
Thanks a lot in Advance !!!
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
When does the auto update index statistics feature in sql server turn itself on?q) what specific conditions database should meet, before you can bulk copy data into it using bcp?
What is the difference between join and inner join?
Is it possible to update the views? If yes, how, if not, why?
What is Sqlpaging in SqlServer 2005 ?
Explain differentiate between a having clause and a where clause?
What are the main differences between #temp tables and @table variables and which one is preferred?
Do you know what is sql injection?
Difference between connected and disconnected database in .net with sql server?
What is the command used to check locks in microsoft sql server?
What is the difference between ROW_NUMBER and Ranking function in SQL SERVER?
What is impersonation? What are the different impersonation options available in ssas? : sql server analysis services, ssas
Explain the disadvantages/limitation of the cursor?
Explain the various types of concurrency problem?
What is inline variable assignment?
How to create a view on an existing table in ms sql server?