I am using Laravel\'s DB::select to run a query to get a MAX() value. I only want the single column value from the single row result. What method d
DB::select
MAX()