wherein elequent

68

$users = DB::table('users')
                ->whereIn('id', [1, 2, 3])
                ->get();

Comments

Submit
0 Comments