Ver original$results = DB::select('select * from tabla_a where elemento_1 = :int and elemento_2 = :str', ['int' => 3, 'str' => 'sabado']);