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 -> Dynamic Order By Clause

Dynamic Order By Clause

From: Prakash C N <prakashcn_at_hotmail.com>
Date: 21 Nov 2001 08:12:08 -0800
Message-ID: <7e1c2f8c.0111210812.416e524f@posting.google.com>


Hi,

   Can i have a dynamic order by clause, following is my example which    is in a package    

     select * from tab1
     order by columnname_in 

     columnname_in will have the actual column name
     giving the flexibility of ordering by any column which is in tab1
     with out hardcoding the column name

 Thanks in advance
 -Regards
  Prakash C N Received on Wed Nov 21 2001 - 10:12:08 CST

Original text of this message

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