Categories
How to return only number without key?
$model->select(\DB::raw('COUNT(id)'))->first(); this query outputs "count": 6 How to display only the number 6?
Answer the question
In order to leave comments, you need to log in
$model->count(); ?
$model->count();
DB::selectOne('');
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question