Posts by tenorio • 1 point
4 posts
-
0
votes0
answers338
viewsQ: Laravel Query Builder returning duplicate values?
I have the following problem, I have a select using leftJoin, more is returning duplicate records, the bank is not duplicated and when shooting the leftJoin works. Follows SQL Tabela processo…
-
0
votes2
answers387
views -
0
votes1
answer402
viewsQ: How to return data array with Join in Laravel with the DB class?
I need some help with that SQL of Laravel: $process = $db->table('processo')->where('nrprocesso',$id) ->leftJoin('viatransporte', function($viatransporte){…
-
0
votes2
answers387
views