Answer the question
In order to leave comments, you need to log in
How to do ltrim in laravel leftjoin?
Hello.
There is a request like this:
$builder->leftjoin('public.table as test', function ($join) {
$join->on('test.field1', '=', 'table2.field1')
->on('test.filed2', '=', 'table2.field2');
});
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question