kalster Posted December 6, 2012 Share Posted December 6, 2012 how to exclude a username from the mysql query. thank you in advance. 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') Link to comment https://forums.phpfreaks.com/topic/271661-exclude-from-mysql-query/#findComment-1397790 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.