Bạn có thể sử dụng whereNotIn
có đóng cửa:
$result = DB::table('exams')->whereNotIn('id', function($q){
$q->select('examId')->from('testresults');
})->get();
Bạn có thể sử dụng whereNotIn
có đóng cửa:
$result = DB::table('exams')->whereNotIn('id', function($q){
$q->select('examId')->from('testresults');
})->get();