|
|
@ -2511,16 +2511,16 @@ P.matrikelnummer, |
|
|
|
P.studiengang_nr, |
|
|
|
P.studiengang_nr, |
|
|
|
P.fach_nr, |
|
|
|
P.fach_nr, |
|
|
|
G.abschluss, |
|
|
|
G.abschluss, |
|
|
|
P.semester_veranst, |
|
|
|
P.semester, |
|
|
|
P.leistungsdatum, |
|
|
|
P.leistungsdatum, |
|
|
|
G.stg, |
|
|
|
G.skz_key as stg, |
|
|
|
null::integer as vert, |
|
|
|
null::integer as vert, |
|
|
|
null::integer as schwp, |
|
|
|
null::integer as schwp, |
|
|
|
G.fachkennzeichen, |
|
|
|
string_not_null(G.fachkennzeichen), |
|
|
|
round(P.note::decimal(15,4),2) as note, |
|
|
|
round(P.note::decimal(15,4),2) as note, |
|
|
|
null::integer as vken1, |
|
|
|
null::integer as vken1, |
|
|
|
null::char(7), --pruefungsamt_nr |
|
|
|
null::char(7), --pruefungsamt_nr |
|
|
|
P.pnr, |
|
|
|
P.abschnitt as pnr, |
|
|
|
val(G.pversion), |
|
|
|
val(G.pversion), |
|
|
|
P.leistungsstatus_map_kb as pstatus, |
|
|
|
P.leistungsstatus_map_kb as pstatus, |
|
|
|
P.fachsemester , |
|
|
|
P.fachsemester , |
|
|
@ -3809,7 +3809,19 @@ SELECT distinct |
|
|
|
from cif |
|
|
|
from cif |
|
|
|
where key=9003 |
|
|
|
where key=9003 |
|
|
|
and apnr != -999990 |
|
|
|
and apnr != -999990 |
|
|
|
|
|
|
|
union |
|
|
|
|
|
|
|
select 9010, |
|
|
|
|
|
|
|
-1, |
|
|
|
|
|
|
|
2 as apnr, |
|
|
|
|
|
|
|
'Haupt', |
|
|
|
|
|
|
|
'Hauptprüfung' as druck, |
|
|
|
|
|
|
|
'Hauptprüfung' as lang, |
|
|
|
|
|
|
|
null , --astat |
|
|
|
|
|
|
|
null, |
|
|
|
|
|
|
|
'' ,--sortc1 |
|
|
|
|
|
|
|
null, |
|
|
|
|
|
|
|
'' --sprache |
|
|
|
|
|
|
|
from xdummy |
|
|
|
|
|
|
|
|
|
|
|
]]> |
|
|
|
]]> |
|
|
|
</extraction-sql> |
|
|
|
</extraction-sql> |
|
|
@ -5923,7 +5935,7 @@ SELECT substring(G.studiengangs_identifikator from 1 for 10) ,--abstgv, |
|
|
|
null::integer,--vglgrp, |
|
|
|
null::integer,--vglgrp, |
|
|
|
K.struktur_c as fb, |
|
|
|
K.struktur_c as fb, |
|
|
|
null::integer,--stutyp, |
|
|
|
null::integer,--stutyp, |
|
|
|
G.fachkennzeichen as kzfa, |
|
|
|
string_not_null(G.fachkennzeichen) as kzfa, |
|
|
|
null::integer,--immsemkz, |
|
|
|
null::integer,--immsemkz, |
|
|
|
null::integer,--kzfaarray, |
|
|
|
null::integer,--kzfaarray, |
|
|
|
null::integer,--stort, |
|
|
|
null::integer,--stort, |
|
|
@ -5934,7 +5946,7 @@ SELECT substring(G.studiengangs_identifikator from 1 for 10) ,--abstgv, |
|
|
|
null::integer,--prax1fsem, |
|
|
|
null::integer,--prax1fsem, |
|
|
|
null::integer,--prax2fsem, |
|
|
|
null::integer,--prax2fsem, |
|
|
|
abschluss, |
|
|
|
abschluss, |
|
|
|
stg, |
|
|
|
G.skz_key as stg, |
|
|
|
null::integer,--vert, |
|
|
|
null::integer,--vert, |
|
|
|
null::integer,--schwp, |
|
|
|
null::integer,--schwp, |
|
|
|
null::integer,--stuart, |
|
|
|
null::integer,--stuart, |
|
|
@ -5949,7 +5961,7 @@ SELECT substring(G.studiengangs_identifikator from 1 for 10) ,--abstgv, |
|
|
|
null::integer -- ects |
|
|
|
null::integer -- ects |
|
|
|
FROM costage_st_studiengaenge G, cifx K |
|
|
|
FROM costage_st_studiengaenge G, cifx K |
|
|
|
where K.key=30 |
|
|
|
where K.key=30 |
|
|
|
and K.apnr=G.stg |
|
|
|
and K.apnr=G.skz_key |
|
|
|
; |
|
|
|
; |
|
|
|
]]> |
|
|
|
]]> |
|
|
|
</extraction-sql> |
|
|
|
</extraction-sql> |
|
|
|