数据库模糊搜索时,都知道应该用通配符%号来模糊匹配。如:select *from table where content like '%key%'。但当关键字key中也包含有%号时,应该怎么办?数据库模糊搜索时,都知道应该用通配符%号来模糊匹配。如:select *from table
数据库模糊搜索时,都知道应该用通配符%号来模糊匹配。如:select *from table where content like '%key%'。但当关键字key中也包含有%号时,应该怎么办?数据库模糊搜索时,都知道应该用通配符%号来模糊匹配。如:select *from table