ORACLE NOT condition

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.

Syntax

snippet
NOT condition

Parameters

Condition: condition to be neglected.

Table:

ORACLE NOT condition

Example 1

Query: select *from table1 where name not like 26

ORACLE NOT condition

Example 2

Query: select *from table1 where name not like 's%'

ORACLE NOT condition
Related Tutorial
Follow Us
https://www.facebook.com/Rookie-Nerd-638990322793530 https://twitter.com/RookieNerdTutor https://plus.google.com/b/117136517396468545840 #
Contents +