模糊查询是select * from 表名 where 列名 like '%'这是模糊相同的那我要是  要查 模糊不相同的呢就是要查出 不等于 模糊条件里的数据 这样的模糊 要怎么写?select * from 表名 where 列名 like !'%'?