标签:
select * from StuInfor where StuName like ‘/%王%‘ escape ‘/‘
select * from StuInfor where StuName like ‘\%王%‘ escape ‘\‘
select * from StuInfor where StuName like ‘[%]王%‘
sql 语句转义
原文地址:http://www.cnblogs.com/D-E-S-I-R-E/p/4513354.html