I am trying to run a replace query, like this:
$qb = $this->createQueryBuilder(\'q\'); $qb->where("REPLACE(q.name,\'-\',\'\') = :q")->setParam