查询字段中含有汉字的sql(oracle)

1.利用ASCIISTR这个函数查询,查询字段为bid_amount

select * from project_win_info  where ASCIISTR(bid_amount) like '%\%'
原文地址:https://www.cnblogs.com/wanlige/p/13445869.html