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 -> I need a Query

I need a Query

From: apps_km <muruga75_at_gmail.com>
Date: 5 Dec 2005 23:02:20 -0800
Message-ID: <1133850597.423345.99530@g49g2000cwa.googlegroups.com>


Hi ,

          If I have table A , It Contain 50 Columns and 1000 rows.In between 50 columns,
some null columns also there.i want only show the output in not null columns.

If you have above solution of query pl send to me.....

Sample...table

  SNO S1 S2 S3 S4 ----- --------- --------- --------- ---------

  100        50                  40
  101        20                  30
  102        30                  40
  103        40                  50
  104        20                  30
  105                            34
  106        65                 565
  107        45                  34
  108        34                  56

I want the output

  SNO S1 S3
----- --------- --------- ---- ---------

  100        50                  40
  101        20                  30
  102        30                  40
  103        40                  50
  104        20                  30
  105                            34
  106        65                 565
  107        45                  34
  108        34                  56

Bye...K.Murugesan Received on Tue Dec 06 2005 - 01:02:20 CST

Original text of this message

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