🌈 搜索
📅  最后修改于: 2022-03-11 14:54:01.280000             🧑  作者: Mango
DB::table('tbl_sales') ->whereNotIn('id', DB::table('tbl_registration')->pluck('sale_id')) ->get();