Skip to content
Advertisement

SQL request with GROUP BY and SUM in Eloquent

I just want make a simple sql request in my laravel application.

I’m not very comfortable with Eloquent aha.

This is the SQL request I want to make with eloquent :

I’ve been trying something like :

(but you can see it’s hopeless)

Advertisement

Answer

Use selectRaw().

User contributions licensed under: CC BY-SA
10 People found this is helpful
Advertisement