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: ORDER BY in VIEW or SUBQUERY

Re: ORDER BY in VIEW or SUBQUERY

From: Peter Chang <p-chang_at_ti.com>
Date: Thu, 09 Apr 1998 16:28:58 -0500
Message-ID: <352D3D9A.9003EAFA@ti.com>


in view you can not use order by, but you can do select col1,col2 from v_table where to_number(col1) >0;

Blinoff Dmitry wrote:

> Hello all!
>
> Does anybody know the way of using Order by clause in view
> or subquery ?
>
> --
> Dmitry, dbprok_at_ropnet.ru
Received on Thu Apr 09 1998 - 16:28:58 CDT

Original text of this message

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