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 -> Select result with column from rows in another table.

Select result with column from rows in another table.

From: <BlueScreener_at_gmail.com>
Date: 12 Apr 2006 05:36:08 -0700
Message-ID: <1144845368.579725.138750@i40g2000cwc.googlegroups.com>


Hi to all

I have this two table :

TABLE A :
|column_a | column_b|

row_a  |               |               |
row_b  |               |               |

TABLE B

|column_c | column_d|
row_a | | | row_b | | |

I don't know if is possible to get a results (with no plsql procedure, but only with a select statement (for example)) like this :

|column_c | column_d|row_a|row_b|

row_a  |               |               |         |        |
row_b  |               |               |         |        |


Thanks a lot Received on Wed Apr 12 2006 - 07:36:08 CDT

Original text of this message

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