Can laravel DB::select () be used only once for a named binding?

if you write in this way, you will report an error, saying that mine is an invalid parameter

DB::select("select user_type from `user` where id_user between :id and :id",["id"=>1]);

can a named binding be used only once?
ask the bosses to give us some advice

Mar.12,2021
Menu