查询字段中含有汉字的sql[数据库教程]

database

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

 

select*from project_win_info  where ASCIISTR(bid_amount) like%\%

 

查询字段中含有汉字的sql

原文:https://www.cnblogs.com/wanlige/p/13445869.html

以上是 查询字段中含有汉字的sql[数据库教程] 的全部内容, 来源链接: utcz.com/z/535072.html

回到顶部