12
MySQL - Linhas para colunas
Tentei pesquisar postagens, mas só encontrei soluções para o SQL Server / Access. Eu preciso de uma solução no MySQL (5.X). Eu tenho uma tabela (chamada história) com 3 colunas: hostid, itemname, itemvalue. Se eu fizer um select ( select * from history), ele retornará +--------+----------+-----------+ | hostid | itemname …
188
mysql
sql
pivot-table
etl
crosstab