skip to main |
skip to sidebar
Nulls at the top or bottom
Nulls at the top or bottomorder by
asc --> by default arranges the null values at the bottom
order by desc --> by default arranges the null values at the top
we place null values at the top when 'order by asc'
and nulls at the bottom when 'order by desc' is used by using the keyword 'nulls first or nulls last' in the order by caluse
No comments:
Post a Comment