Answers for "DB::raw("IF(`col` IS NOT NULL, `col`, '+24') `col`")"

PHP
2

check if value is not null in db laravel

Model::whereNotNull('sent_at')
Posted by: Guest on July-16-2020

Code answers related to "DB::raw("IF(`col` IS NOT NULL, `col`, '+24') `col`")"

Browse Popular Code Answers by Language