1.利用ASCIISTR这个函数查询,查询字段为bid_amount
select * from project_win_info where ASCIISTR(bid_amount) like ‘%\%‘
查询字段中含有汉字的sql
原文:https://www.cnblogs.com/wanlige/p/13445869.html