Oracle
 sql >> Baza danych >  >> RDS >> Oracle

Obrót w Oracle 11g

Byłeś blisko:

select age, nvl(male, 0) male, nvl(female, 0) female
from    
(
  select age,  gender,  sum(hours) as hours
  from table1
  group by age, gender
)
pivot
(
  sum(hours) for gender in ('Male' as male, 'Female' as female)
);


  1. Database
  2.   
  3. Mysql
  4.   
  5. Oracle
  6.   
  7. Sqlserver
  8.   
  9. PostgreSQL
  10.   
  11. Access
  12.   
  13. SQLite
  14.   
  15. MariaDB
  1. Krok po kroku R12.2.6 Instalacja EBS na Virtual Box Część -2

  2. Zapytanie o relacje klucza obcego tabeli

  3. Oracle PL/SQL — kolekcje (tabele zagnieżdżone)

  4. Oracle DB Server + APEX + ORDS + JasperReports od podstaw (Część 4)

  5. Uruchom klienta Oracle w trybie 32-bitowym na maszynie 64-bitowej