convert sql query to Happyr\DoctrineSpecification

Viewed 13

I try to convert this sql query to Happyr in symfony

SELECT *
FROM hot_line h
WHERE h.id not in(
    select hot_line_id
    from hot_line_call_agent
)
0 Answers
Related