SQL Language (MOSC)

MOSC Banner

I've a table with 3 columns - Product, Attribute, Value. I am looking for SQL query to display the o

edited Aug 12, 2015 10:06AM in SQL Language (MOSC) 1 commentAnswered

For example

If table contains below data

Product     Attribute      Value

Header 1Header 2Header 3
ProductAttributeValue
XYZ Running Shoe 6xSize9
XYZ Running Shoe 6xColorBlue
RS Leather BeltSize38
RS Leather BeltColorBrown

I need the output as:

Header 1Header 2Header 3
ProductSizeColor
XYZ Running Shoe 6x9Blue
RS Leather Belt38Brown

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center