📜  sql use not in - SQL 代码示例

📅  最后修改于: 2022-03-11 15:05:04.959000             🧑  作者: Mango

代码示例3
(NOT) operator excluding given
For example:
Select last_name, job_id From Employees
Where "Not" job_id = 'ABC';