I'm sure this is basic for everyone but I forgot how to lists all the records except 1 record.
SELECT * FROM table WHERE ????
hmmm im stuck. Thanks in advance!
The table records advices made by users. it has Author, I want to list all advices except the one the author made. thanks
SELECT * FROM table WHERE ????
hmmm im stuck. Thanks in advance!

The table records advices made by users. it has Author, I want to list all advices except the one the author made. thanks