0

What is "Having" clause for?

and How I can use it in a query?

1st Jun 2025, 10:10 AM
Abuobyda Abdalla
Abuobyda Abdalla - avatar
2 Respostas
+ 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
1st Jun 2025, 11:55 AM
Lothar
Lothar - avatar
+ 2
Thanks very much!
1st Jun 2025, 12:40 PM
Abuobyda Abdalla
Abuobyda Abdalla - avatar