Oracle PL/SQL - PL SQL Operator Relational Operators

Introduction

The following table summarizes the relational operators.

OperatorMeaning
= equal to
<>, !=, ~=, ^=not equal to
< less than
> greater than
<= less than or equal to
>= greater than or equal to

Related Topic