Javatpoint Logo

91-9990449935

 0120-4256464

PostgreSQL BETWEEN condition

The PostgreSQL BETWEEN condition is used with WHERE clause to fetch data from a table between two specified conditions.

Syntax:

Let's take a table "EMPLOYEES" having the following data.

postgresql-between-condition1

Execute the following query:

Output:

postgresql-between-condition2
Next TopicPostgreSQL View