How to write this SQL query in Doctrine 2.0 (and fetch results)?
(SELECT \'group\' AS type, CONCAT(u.firstname, \" \", u.surname) as fullname, g.na
UNION is not supported in Doctrine, s. the discussion here.
UNION