I'm trying to select everything from the database except one thing.
Using the syntax in the title doesn't work, is their another way?
Try this:
WHERE column != '$value'
IS NOT
is used with NULL
eg:
WHERE column IS NOT NULL
WHERE column <> '$value'
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With