mysql模糊查询多个字段

SELECT * FROM nst_t_conferencehis WHERE ConferName REGEXP '军工|军资';
原文地址:https://www.cnblogs.com/penghq/p/11447398.html