trainingtrains Logo

91-9990449935

 0120-4256464

PostgreSQL IN condition

The PostgreSQL IN condition is used with WHERE clause to fetch data from a table where specified condition satisfies the IN condition.

Syntax:

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

postgresql-in-condition1

Execute the following query:

Output:

postgresql-in-condition2