Hi, I have a table in postgreSQL, that needs to be unpivoted (columns to be converted in to a rows) to create a dimension. Could anyone suggest me a methodology to adopt this requirement? Kindly help.
Hi, Thanks for your reply. I see that article explains about unpivot. But it is from a file delimited and not from a db table. Is there anything I need to do additional from the steps mentioned in the article to connect from a db table rather a delimited file? Kindly confirm.