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
UNION « Result Set « Oracle PL / SQL
Oracle PL / SQL
Result Set
UNION
1.
Union result set in action
2.
union with like operator
3.
UNION: adds all rows from the first and the second query, eliminate any duplicates, and return the results
4.
A UNION query that uses an ORDER BY clause
5.
Combining Data with UNION and subquery
6.
Combining Data with UNION for single column
7.
Union DBA_TABLES and DBA_INDEXES
8.
Union date column
9.
Union dba_indexes and dba_tables
10.
Union two complex queries and subquery
11.
Eliminate the duplication and mimic a UNION operator by appending the DISTINCT operator
12.
Take the result of the MULTISET UNION DISTINCT operation and pass it as an argument to the SET operator to eliminate duplicates.
13.
Using union in subquery