select * from User u where u.name like %/%ff% escape'/';
我这样可以查出  %ff 数据  
   可是 如果我要查 /ff  应该怎么查 ?