Hi everybody! Where is the best place to set the environment variables? DB::statement("SET tmp_...
I got this query: SELECT (SELECT GenreDescription FROM Genre WHERE GenreId = Reports.ReportGenreId)...
Hi everyone, a "simple question" maybe it's not possible... I have this query repeated con...
I am querying a table and I wonder why Laravel make a count(*) query before my query that spend addi...
jeanali liked this thread
Hi, Use DB:raw like this: DB::table( DB::raw('TABLENAME FORCE INDEX (PRIMARY)') ) Replace TABLENAME...
Changing the order by field it takes less time to execute BUT I need the order by other field. SELEC...
Hi mate, I am having same issues and nobody answer anything. Have you found anything to improve the...
Note: Everything is correct using explain for this mysql.
The Laravel portal for problem solving, knowledge sharing and community building.
The community