ORACLE BETWEEN

In Oracle, BETWEEN is used to get the values from given range in select, insert, delete or update statement

Syntax

snippet
Expression BETWEEN value1 AND value2;

Parameters

Expression: column name

value1 and value2: values for range

Table:

ORACLE BETWEEN

Example 1

select id, name, age from table1 where age between 20 AND 28

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