having clause example Example: sql count having Click to copySELECT COUNT( * ) FROM agents HAVING COUNT(*)>1; --count is greater than 1