LIKE语句也可以这样写

SELECT *

FROM table1

WHERE '这是一个字符串' LIKE '%' + field1 + '%'

原文地址:https://www.cnblogs.com/leftfist/p/4258125.html