Posts by Gleyson Moura • 1 point
1 post
-
0
votes1
answer397
viewsQ: Convert sql to query Builder - Laravel
I’m starting at Laravel and I have doubts about eloquent. Could someone help me convert that code SQL in eloquent? SELECT COUNT(d.id) as total, d.nome_disciplina FROM bd_assuntos as a INNER JOIN…