skip to main
|
skip to sidebar
Novice in Oracle
Wednesday, October 29, 2008
Oracle PL/SQL | Sorting with NULL
The query to sort nulls in a particular column
select
<
Column Names
>
from
<
Table
>
order by
<
Column List
> {
asc
/
desc
} {
nulls
(
first
/
last
)};
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)
Author
Ranjeeth Shetty
Senkang, Singapore, Singapore
View my complete profile
Blog Archive
▼
2008
(17)
▼
November
(1)
Change in blog address
►
October
(9)
►
September
(7)