📅  最后修改于: 2022-03-11 14:54:14.755000             🧑  作者: Mango
$search = 1;
$data = \DB::table("myposts")
->select("myposts.*")
->whereRaw("find_in_set('".$search."',myposts.tags)")
->get();