Question d’entretien chez Bookspan

Difference between Where and Having in sql?

Réponse à la question d'entretien

Utilisateur anonyme

5 mars 2015

Both filters out records based on one or more conditions. The diff is "where" can only be applied on static non aggregated column whereas having is for aggregated columns.