当你的数据存储为一下格式时,想查出带有某个id的所有数据时,FIND_IN_SET这个函数可以帮到你。
select * from table where FIND_IN_SET('3',C_BranchId)