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
DISTINCT « Select Query « Oracle PL / SQL
Oracle PL / SQL
Select Query
DISTINCT
1.
Remember that the DISTINCT operator applies to the entire select list
2.
DISTINCT: Eliminating duplication in the result set
3.
DISTINCT operator inside a group function
4.
DISTINCT clause can be used with more than one field
5.
Eliminating Duplicate Data Using DISTINCT
6.
Eliminating Duplicate Date type Data Using DISTINCT
7.
Count distinct with group by
8.
DISTINCT tableName.*
9.
Distinct city and state