Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: NULL sort Order

Re: NULL sort Order

From: Ryan <rgaffuri_at_cox.net>
Date: Sat, 18 Jan 2003 19:49:49 GMT
Message-ID: <xdiW9.10177$I55.382247@news2.east.cox.net>


Select Column
from table
where nvl(column,0) = 0

union all

what you want next, but in your where clause have

nvl(column,0) != 0

"Nati " <taldan_at_hotmail.com> wrote in message news:3e29feef.343050901_at_news.netvision.net.il...
> Is there a way to cause Oracle (9.2) to sort NULL values first without
> using NULLS FIRST pre compiler not accepting.
>
> TX
>
> Nati
Received on Sat Jan 18 2003 - 13:49:49 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US