Platform: Oracle 11g
I have a pivot table which has the "dynamic columns" (where the actual name of the columns are depending what values are available in the original table as rows). This pivot table has a foreign key column that reference to another table.
I'd like the join'd query result to NOT show the foreign key column. Is there a way I can do that?
NOTE: I can't spell out every column I need, because I don't know what they are or what they will be.
Thanks!