SELECT * FROM foo_table WHERE field_foo <> some_value

The above will select all from foo_table except where field_foo is equal to
some value.

HTH

Craig


"Phpu" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
Hi,

Is there any way  to select all entries in the database except one entry or
tho entries?

Thanks

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to