Javatpoint Logo

91-9990449935

 0120-4256464

SQL SELECT IN

SQL IN is an operator used in a SQL query to help reduce the need to use multiple SQL "OR" conditions.

It is used in SELECT, INSERT, UPDATE or DELETE statement.


Advantage of SQL SELECT IN

It minimizes the use of SQL OR operator.


Let's see the syntax for SQL IN:

Take an example with character values.

Let?s take another example with numeric values.