Browse Source

Added new join condition

COStage_0.3_Release
apandey 3 years ago
parent
commit
613e749582
  1. 3
      src-modules/module/costage/hilfstabellen/costage_st_studien_aggr_fuellen.sql

3
src-modules/module/costage/hilfstabellen/costage_st_studien_aggr_fuellen.sql

@ -46,6 +46,8 @@ FROM costage_st_studierendenstammdaten S,
costage_st_semester SM, costage_st_semester SM,
costage_st_studiengaenge SG , costage_st_studiengaenge SG ,
costage_st_studienstatus SA costage_st_studienstatus SA
costage_bw_bewerb_hzb BW --apa
where where
S.st_studstamm_nr = ST.st_studstamm_nr S.st_studstamm_nr = ST.st_studstamm_nr
@ -58,6 +60,7 @@ and SG.studiengangs_typ_kb in ('ESG','TSG')
and SA.st_studium_nr=ST.st_studium_nr and SA.st_studium_nr=ST.st_studium_nr
and SA.st_sem_nr=SM.st_sem_nr and SA.st_sem_nr=SM.st_sem_nr
and SA.studienstatustyp not in ('a','o') and SA.studienstatustyp not in ('a','o')
and S.st_studstamm_nr =BW.st_studstamm_nr --apa
and ${COSTAGE_STUDENT_FILTER} and ${COSTAGE_STUDENT_FILTER}
--group by 1,2,3,4,5,6,7,8,9,10,11,12,13 --group by 1,2,3,4,5,6,7,8,9,10,11,12,13
; ;

Loading…
Cancel
Save