I have a database with different users, with an amount column....all this user all have different value in their amount colume, but i want to pick all the last amount for each user and sum it.
i tried it like this but game an error
$returned = DB::table('sales')->sum('returned')->last();
pls, i dont want the total sum of the amount column....because some users have more than one amount, so i want to pick the last one for each user and sum it
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire