I am looking for the most efficient way to turn columns into rows where I do not believe I can use a pivot because there is not enough data. I currently am using a UNION but curious if CTE would be more efficient? And if CTE is better, can
↧
I am looking for the most efficient way to turn columns into rows where I do not believe I can use a pivot because there is not enough data. I currently am using a UNION but curious if CTE would be more efficient? And if CTE is better, can