$search = 1; $data = DB::table("myposts") ->select("myposts.*") ->whereRaw("find_in_set('".$search."',myposts.tags)") ->get();