mysql基础 FIND_IN_SET 代替 or 查询 ,where 条件查询 代替 or

 

 

 

select * from table sin where html

FIND_IN_SET('FAL5',CONCAT_WS(',', sin.DISPLAY_NAME,sin.ROUTE_CODE))ide

-- 查  DISPLAY_NAME 有FAL5  或者 ROUTE_CODE 有 FAL5post

相关文章
相关标签/搜索