- or download this
$query = 'select zipcount from table where id = emailid and address !=
+"" and first != "" group by c.z5' ;
- or download this
$query = "select zipcount from table where id = emailid and address !=
+\"\" and first != \"\" group by c.z5" ;
- or download this
$query = "select zipcount from table where id = emailid and address !=
+'' and first != '' group by c.z5";