2013-05-06 1 views

답변

0

Doctrine 1.2에서는 Union이 지원되지 않습니다.
만 기회가 baisically의 PHP PDO처럼 작동

$statement = $conn->getDbh()->prepare('SELECT ... '); 
$statement->execute($params); 
$result = $statement->fetchAll(); 

를 통해 원시 SQL을 실행하는 것입니다.