Oracle PL/SQL - PL SQL Operator Relational Operators
HOME
Oracle PL/SQL
PL SQL Operator
PL/SQL Comparison Operators
Introduction
The following table summarizes the relational operators.
Operator
Meaning
=
equal to
<>, !=, ~=, ^=
not equal to
<
less than
>
greater than
<=
less than or equal to
>=
greater than or equal to
Related Topic
PL/SQL Comparison Operators
Arithmetic Comparisons
BOOLEAN Comparisons
Character Comparisons
Date Comparisons
Previous
Next