FIND

it2023-07-13  70

select * from user where find_in_set(1,position) 精准查询字段中所包含的值

select * from user where position like %1% 模糊查询字段中所包含的值

最新回复(0)