oracle like 通配符 oracle查询条件中有特殊字符?

oracle like 通配符 oracle查询条件中有特殊字符?

select * from table t where t.col like '\\%M\\%' ESCAPE ‘M'使用ESCAPE定义转义符 在使用