otuatail Posted February 10, 2009 Share Posted February 10, 2009 Hi This is probably simple but. I want to create a query with the oposite results. for example. WHERE Version LIKE '%MSIE%' I dont want to return records that have MSIE in the sring. I want to return records that have not as in ... Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.0.3705; Media Center PC 3.1; .NET CLR 1.1.4322; .NET CLR 2 how do I do this. TIA Desmond. Quote Link to comment https://forums.phpfreaks.com/topic/144641-reveresing-a-querie/ Share on other sites More sharing options...
php.ajax.coder Posted February 10, 2009 Share Posted February 10, 2009 Try NOT LIKE Quote Link to comment https://forums.phpfreaks.com/topic/144641-reveresing-a-querie/#findComment-759009 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.