Sunday 3 April 2016

Operators in PL/SQL

Arithmetic Operators
          *, /, +, -, ^
Comparison Operators
          >, < , >= , <= , <> , = , IN , BETWEEN, LIKE, IS
Logical Operators
          NOT, AND, OR
Other Operators

          .. , **, ||

No comments:

Post a Comment