Re: [PHP] exclude some results with mysql

2003-02-03 Thread Negrea Mihai
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 use "like" SELECT name FROM users WHERE email not like '[EMAIL PROTECTED]' On Monday 03 February 2003 13:05, Clement Noterdaem wrote: > what's wrong in this SQL line?? > > "SELECT name FROM users WHERE email<>'[EMAIL PROTECTED]' (...)" > > I want eve

[PHP] exclude some results with mysql

2003-02-03 Thread Clement Noterdaem
what's wrong in this SQL line?? "SELECT name FROM users WHERE email<>'[EMAIL PROTECTED]' (...)" I want every names, except people with an email "@domaine.com"... -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php