kalster Posted December 6, 2012 Share Posted December 6, 2012 how to exclude a username from the mysql query. thank you in advance. Quote Link to comment https://forums.phpfreaks.com/topic/271661-exclude-from-mysql-query/ Share on other sites More sharing options...
Pikachu2000 Posted December 6, 2012 Share Posted December 6, 2012 WHERE username != 'specific user name' Or possibly WHERE username NOT IN('username', 'another', 'and another') Quote Link to comment https://forums.phpfreaks.com/topic/271661-exclude-from-mysql-query/#findComment-1397790 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.