Hello,
I'm looking to return the results of a SQL query in another way. Indeed, I need to have for example the values of trt_mutix_param_code in alias, then the corresponding values. I.e. 4 columns instead of 4 rows, do you have an idea?
I have done some research, but I see the pivot function and this one asks for an aggregate. I think this is not what I am looking for.

Thank you.