In Oracle, NOT condition is used with SELECT, INSERT, UPDATE or DELETE statement. It is also called NOT operator. It is used to negate the given condition.
NOT condition
Condition: condition to be neglected.
Query: select *from table1 where name not like 26
Query: select *from table1 where name not like 's%'