COMAND IS NOT IN SQL code example
Example 1: is not in sql server
select * from TableName(nolock) where onlineUser!=('Y')
Example 2: is not sql
(NOT) operator excluding given
For example:
Select last_name, job_id From Employees
Where "Not" job_id = 'ABC';