I'm new to Laravel 4. I have Query Sql Like this
SELECT at.test_id, MAX(at.result), COUNT(status_assessment_id='2') FROM recruitment_process a LEFT JOIN recruitment_result at ON a.id = at.recruitment_id GROUP BY test_id
I do not know how can I write this on Laravel 4?