sql >> Databasteknik >  >> RDS >> Mysql

enkel pivotering av kolumner till rader i MySql

select 'A' as title1, a as title2 from table union all
select 'B' as title1, b as title2 from table union all
select 'C' as title1, c as title2 from table union all
select 'D' as title1, d as title2 from table



  1. Kör Vitess och MySQL med ClusterControl

  2. Spring Boot Application fastnar på Hikari-Pool-1 - Startar...

  3. MariaDB JSON_DEPTH() Förklarad

  4. Kan jag ansluta till SQL Server med Windows-autentisering från Java EE-webbappen?