SQL query to match a comma-separated string against a comma-separated string?

前端 未结 3 1743
长情又很酷
长情又很酷 2020-12-22 04:57

The MySQL query below uses PHP to pull in the $sector, which is a single digit, and the $subsector_text, which is a comma separated string. The $subsector_text could be a

3条回答
  •  粉色の甜心
    2020-12-22 05:33

    The solution was to refactor the app. It took a couple days, but the offending code is gone and a new subsector table was created. Thanks everyone.

提交回复
热议问题