Laravel this is not only a practical framework, it is also a programming style
I would like to reproduce following mySQL query using Laravel query builder:
*SELECT SUM(scores) FROM (SELECT scores FROM player_games WHERE player_id = 1 ORDER BY id DESC LIMIT 2) scores
Any suggestions?
Aucun commentaire:
Enregistrer un commentaire