包含:
select * from 表名 where 字段名 like '%条件数据%'
被包含:
SELECT id FROM `case_info` where 'sj20010968050(热线-191231-003736)' like CONCAT('%',work_order_num ,'%')
select * from 表名 where 字段名 like '%条件数据%'
SELECT id FROM `case_info` where 'sj20010968050(热线-191231-003736)' like CONCAT('%',work_order_num ,'%')