Laravel this is not only a practical framework, it is also a programming style
I have a table with two fields value of integer (up, down). I need to select all rows, where up is more then down. Trying this:
up
down
EloqModel::->where('up', '>', 'down')->get();
returns all rows
Aucun commentaire:
Enregistrer un commentaire