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
NULLs Last « Analytical Functions « Oracle PL / SQL
Oracle PL / SQL
Analytical Functions
NULLs Last
1.
Control whether nulls are the highest or lowest in a group using NULLS LAST
2.
NULLS LAST: place null value at the end
3.
If NULLS LAST is left out of the final ORDER BY, the effect will be lost
4.
If the statement were without NULLS LAST, the values of the NVL'd nulls occur first
5.
order by nulls last