Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

join table with column name with row field value

946981Feb 13 2013 — edited Feb 13 2013
Database version -- 11g

There are 2 table :
table1-- columns are

col1 col2
===========
Name VAL1
Email VAL2
StartDate DATE1

table2 -- columns are

VAL1 VAL2 DATE1
=========================
Test Name Test Email Test Date

The result should look like:

Name Test Name
Email Test Email
StartDate Test Date



How do I achieve this sort of output.

Thanx for help !!
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 13 2013
Added on Feb 13 2013
4 comments
639 views