datediff in hour query builder laravel

Solutions on MaxInterview for datediff in hour query builder laravel by the best coders in the world

showing results for - "datediff in hour query builder laravel"
Rafaela
12 Apr 2017
1DB::table('product')->whereRaw('DATEDIFF(exp_date,current_date) < 15')->get();
2