1The difference between the having and
2where clause in SQL is that the where
3clause cannot be used with aggregates(max, min,count,avg,sum)
4, but the having clause can.
1The difference between the having and
2where clause in SQL is that the where
3clause cannot be used with aggregates,
4but the having clause can.