Is it possible to use Crosstab/Pivot Query in MySQL?
I’m using MySQL. This is table i have
I’m using MySQL. This is table i have
There are lots of posts out there on pivoting rows into columns for various databases. They seem to fall into two camps, using case statements or using a built in function of the database vendor. I am using MySQL and have not found anything so far on any built in function that will allow me to pivot on an arbitrary unknown number of row values that I want to pivot into columns. If I don’t know the values ahead of time, I can’t build the CASE queries that appear frequently on stackoverflow. I want to know if there is something in MySQL similar to these in other databases where it is called crosstab or pivot:
I have the following dataframe: