Skip to content

Not Equal

Ujjwal Gupta edited this page Oct 23, 2018 · 1 revision
SELECT FROM table_name WHERE item!=value;

e.g -

SELECT FROM Customers WHERE Country!='Germany'; 
Clone this wiki locally