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?