Home
Oracle PL / SQL
Aggregate Functions
Analytical Functions
Char Functions
Constraints
Conversion Functions
Cursor
Data Type
Date Timezone
Hierarchical Query
Index
Insert Delete Update
Large Objects
Numeric Math Functions
Object Oriented Database
PL SQL
Regular Expressions
Report Column Page
Result Set
Select Query
Sequence
SQL Plus
Stored Procedure Function
Subquery
System Packages
System Tables Views
Table
Table Joins
Trigger
User Previliege
View
XML
Menu
Query IN « Select Query « Oracle PL / SQL
Oracle PL / SQL
Select Query
Query IN
1.
Query with an IN operator
2.
Use in operator with number type values
3.
Use in operator with 'and' in where clause
4.
Use in operator with table join
5.
Using the IN operator: compare with OR
6.
NOT IN processes a null in a list of values
7.
Use in operator with varchar2 type value
8.
all customers who have placed at least one order from us in the last month
9.
not in (1,2,3,NULL)
10.
not in vs not exists
11.
Value pair and in operator
12.
All attendees whose id is not in the list
13.
Use in operator to match three employee numbers