时间:2021-07-01 10:21:17 帮助过:4人阅读
select * from table sin where
FIND_IN_SET(‘FAL5‘,CONCAT_WS(‘,‘, sin.DISPLAY_NAME,sin.ROUTE_CODE))
-- 查 DISPLAY_NAME 有FAL5 或者 ROUTE_CODE 有 FAL5
mysql基础 FIND_IN_SET 代替 or 查询 ,where 条件查询 代替 or
标签:ble sel 查询 sql mysql spl name play sele