Saturday , April 27 2024

PostgreSQL SUBQUERY IN

In today’s article, we will be cover about the use of the IN command, which is one of the Subquery types.

For Example:

Let’s find the values with 40, 25 and 38 vize grades in the ogrenci table.

In the above example, we have brought more than one query with the help of the IN command.

Can this be done without using the IN command?

Yes we can. We can do as follows by specifying more than one condition after the WHERE condition.

In the example above, we added the word OR between the column names after the WHERE condition and added more than one condition to get the same result.

Loading

About Faruk Erdem

Leave a Reply

Your email address will not be published. Required fields are marked *

Categories