I'm attempting a join with a table that looks like this:
I need to join on the distinct combination of SubTestCodes and TestCodes.
Is there a way to retrieve an output where the table is converted into long format (SubTestCodes becoming TestCodes)?
For this specific query there is no distinction between them.