Home
>
SQL
> HAVING
HTML
CSS
JavaScript
PHP
VbScript
Web Colors
SQL
SQL Syntax HAVING
HAVING Examples
SELECT Product, COUNT(Product) AS Tally FROM Suppliers GROUP BY Product HAVING COUNT(Product) > 1;
See also SQL syntax for:
Creating a Stored Procedure
SUM
LIKE
Modifying a Stored Procedure
LEFT JOIN
Terms and Conditions