Relative Content

Tag Archive for sqlpivottranspose

Transposing row-like data in DB table

I have a table where I store data of some parameters which are read step-wise. The number of parameters to be read can vary from use-case to use-case. The dataset of one step can be identified by its step number, the use-case by a uuid (dataset_uuid). The parameter_names “NAMExy” are not known at design time and need to be determined dynamically.