📜  不在 sql server 中 - SQL 代码示例

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

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