sql Pivot

0

Witam
Mam zapytanie

select sc.name "GRUPA", sp.Row_nr "NUMER", count(*) "Ilość", 'wolne' "Status"
  from storageplaces sp, sp_classes sc, storageareas sa, qcm_warehouses w
 where sp.status != '--'
   and sp.sp_class_id = sc.sp_class_id
   and sp.sa_id = sa.sa_id
   and sa.wh_id = w.wh_id
 and w.wh_nr ='EKIP'
 
   and not exists
 (select 1 from load_units_fast luf where luf.sp_id = sp.sp_id)
 group by sc.name, w.wh_nr,sp.Row_nr
order by sp.Row_nr

jak zrobić do niego pivot

1 użytkowników online, w tym zalogowanych: 0, gości: 1