Posts by Sales • 7 points
2 posts
-
-1
votes1
answer95
viewsA: Laravel - [DB::Connection(...)->select(...)] Works on one Job, but does not work on another!
It is solved, for some reason the query worked in client and did not work in the call by function. So I decided to solve it this way. Since there are 3 querys on the same table with different data,…
-
-1
votes1
answer95
viewsQ: Laravel - [DB::Connection(...)->select(...)] Works on one Job, but does not work on another!
Hello, I have a problem that seems impossible to solve. In my Laravel 6.X application, I have a report that performs database extracts for Excel files, this report has two extraction versions: •…