Not
SELECT *
FROM Customer;
WHERE not Country = "Canada"SELECT *
FROM Customer;
WHERE Country <> "Canada"Last updated
Was this helpful?
SELECT *
FROM Customer;
WHERE not Country = "Canada"SELECT *
FROM Customer;
WHERE Country <> "Canada"Last updated
Was this helpful?
Was this helpful?