I’m having a hard time limiting my query results based on sum. Example code: I want to only select states where 0 cities are “covered”. Running my code above the “having” line seems to be ignored (it includes both zero and non-zero cases). I tried using “where” instead of “having” but it results in a PDOException – “Invalid use of