Cú pháp câu lệnh: SELECT column1, column2, ...FROM table_nameWHERE NOT condition;Ví dụ: SELECT * FROM CustomersWHERE NOT Country = 'Spain';