SELECT p, product_name, factory_sn FROM product_info where product_name ilike regexp_replace(concat('%','帶電功能','%'),'\\','\\\','g');regexp