Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

not in sql

(NOT) operator excluding given
For example:
Select last_name, job_id From Employees
Where "Not" job_id = 'ABC';
 
PREVIOUS NEXT
Tagged: #sql
ADD COMMENT
Topic
Name
4+6 =