0
What is "Having" clause for?
and How I can use it in a query?
2 Antworten
+ 4
Abuobyda Abdalla ,
the `HAVING` clause in SQL is used to filter query results based on aggregate functions. (source: https://www.geeksforgeeks.org/sql-having-clause-with-examples/)
this topic is also covered by the following sololearn sources:
tutorial: introduction to sql
modul: query techniques
lesson: grouping and filtering
+ 2
Thanks very much!