आप शामिल हों . का उपयोग कर रहे हैं इसके बजाय बाएं शामिल हों
इसे आजमाएं
\DB::table('A')
->leftjoin('B', 'A.program_id', '=', 'B.program_id')
->select('A.program_id')
->whereNull('B.program_id')
->where('A.student_id', '=', 5)
->get()->toArray();
आप शामिल हों . का उपयोग कर रहे हैं इसके बजाय बाएं शामिल हों
इसे आजमाएं
\DB::table('A')
->leftjoin('B', 'A.program_id', '=', 'B.program_id')
->select('A.program_id')
->whereNull('B.program_id')
->where('A.student_id', '=', 5)
->get()->toArray();