I want to select all the fields where a certain column is not a value I specify.
I tried this but it didn't work.
SELECT *
FROM table
WHERE columnname != value
My mistake.
It was another error so I thought it was wrong with !=
operator cause it was the first time I use it. Sorry guys!