答案:select * from table where field like '\[%' escape '\' and field like '%\]' escape '\'
或者
select * from table where field like '[[]%' and field like '%\]' escape '\'
其他:like [%] 字段名 like '[%]' select * from table where column like '[[]%[]]'
需要用[]括起来。
上一个:从SQL SERVER2000备份的数据库是不死不能还原到2005,和2008啊?
下一个:我的SQL SERVER2005,和2008中打开开始怎么没有这些东西的啊?这台是别人的电脑