Answers for "how to get a sum of a column in lravel"

0

how to get a sum of a column in lravel

$balance = DB::table('data')->sum('balance')->where('user_id' '=' $id);
Posted by: Guest on April-28-2022

Code answers related to "how to get a sum of a column in lravel"

Browse Popular Code Answers by Language