Database Knowledge Base

Email to friend
* Your name:
* Your email:
* Friend's email:
Comment:


What is the difference between a HAVING CLAUSE and a WHERE CLAUSE?

Having Clause is basically used only with the GROUP BY function in a query. WHERE Clause is applied to each row before they are part of the GROUP BY function in a query.



RSS