TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Vasanth Krishnan
NA
113
54.5k
Select the row as a column in oracle 11g
May 30 2013 5:46 AM
Hi
I am having two table
1. tbl_CategoryCreteria
2.tbl_Feedback.
First table is used to save the creteria for the feedback and i am having the following values
tbl_CategoryCreteria.
ID Name
---------------------
1 Lunch
2 Dinner
In the second table i having the value as
ID CreteriaID Rating
----------------------------------
1 1 1
2 1 A
3 2 B
4 2 2
I need the output as following
Lunch Dinner
---------------------
1 B
A 2
(i.e) In the second table, i having the CreteriaID which is the FK of first table.
Instead of 1, i need to display as Lunch because the Creteria of 1 is Lunch in First table and i need to display as column.
Hope this is clear.
Please let me know if this is not.
Reply
Answers (
0
)
sheet same values i need to insert into table
Null Values are not being displayed as Null