A spróbuj tak:
Kod:
$query = $db->getQuery(true)
 ->select("if(COUNT(*)>0,'false','true') AS vote")
 ->from ...