I have a table with a few hundred columns and want to unpivot only 10 columns into two columns (key, value) and keep 3 other columns as "index" columns. With the current unpivot() there doesn't appear ...