
hii,
What is the difference between where and having clause?

hello,
WHERE clause is used to impose condition on SELECT statement as well as single row function and is used before GROUP BY clause.
HAVING clause is used to impose condition on GROUP Function and is used after GROUP BY clause in the query.
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.