GodziLaravel's avatar

How to include raw sql in left join ?

I have this request :

$companies = Company::select($fields);

I would like to add a left join to the request above : the left join raw sql is :

left join (select ....)

Any idea ?

0 likes
1 reply

Please or to participate in this conversation.