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

Home -> Community -> Usenet -> c.d.o.misc -> SQL Question

SQL Question

From: Prasad G <gvp100_at_hotmail.com>
Date: 22 Mar 2002 09:24:28 -0800
Message-ID: <bd73c8c7.0203220924.1c811011@posting.google.com>


I have the following situation:

Table:
--- ------ ----

ID	Rel_ID	Name

--- ------ ----
A1 B1 X1 B1 C1 X2 C1 D1 X3 D1 - X4 A2 B2 Y1 B2 C2 Y2 C2 - Y3
--- ------ ----
Result that I want: --- ----- ----- ----- ----- ID Name1 Name2 Name3 Name4 --- ----- ----- ----- ----- A1 X1 X2 X3 X4 A2 Y1 Y2 Y3 - --- ----- ----- ----- -----

How should I go about doing this report?

Prasad Received on Fri Mar 22 2002 - 11:24:28 CST

Original text of this message

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