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
)
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
)