==== Prüfungsleistung bewertet - Nicht gebucht (Versäumnisse, Noten, usw.); ==== select distinct tpg.bez from tpg, tpg_teilprfteil prfstd, prfstdteil where prfstdteil.prfbem IN (7,8,1,2,3) and prfstd.gebucht IS NULL and prfstd.semesternr = 60 and tpg_teilprfteil.studfach= prfstdteil.studfach and tpg_teilprfteil.studab = prfstdteil.studab and tpg_teilprfteil.studabver = prfstdteil.studabver and tpg_teilprfteil.prffach = prfstdteil.prffach and tpg_teilprfteil.prffachver = prfstdteil.prffachver and tpg_teilprfteil.teilprf = prfstdteil.teilprf and prfstdteil.studfach = prfstd.studfach and prfstdteil.studentfach = prfstd.studentfach and prfstdteil.matrnr = prfstd.matrnr and prfstdteil.studab = prfstd.studab and prfstdteil.studabver = prfstd.studabver and prfstdteil.fachgruppe = prfstd.fachgruppe and prfstdteil.prffach = prfstd.prffach and prfstdteil.prffachver = prfstd.prffachver and prfstdteil.teilprf = prfstd.teilprf and prfstdteil.semesternr = prfstd.semesternr and prfstdteil.terminnr = prfstd.terminnr and prfstdteil.prfang = prfstd.prfang and tpg_teilprfteil.tpg = tpg.tpg order by tpg.bez; commit; ==== Teilprüfung bewertet - Nicht gebucht (Versäumnisse, Noten, usw.); ==== select distinct tpg.bez from tpg, tpg_teilprfteil, prfstd where prfstd.prfbem IN (7,8,1,2,3) and prfstd.gebucht IS NULL and prfstd.semesternr = 60 and tpg_teilprfteil.studfach= prfstd.studfach and tpg_teilprfteil.studab = prfstd.studab and tpg_teilprfteil.studabver = prfstd.studabver and tpg_teilprfteil.prffach = prfstd.prffach and tpg_teilprfteil.prffachver = prfstd.prffachver and tpg_teilprfteil.teilprf = prfstd.teilprf and tpg_teilprfteil.tpg = tpg.tpg order by tpg.bez; commit; ==== Note Teilprüfung fehlt - nach Matrikelnummer; ==== select matrnr, tpg.bez from tpg, tpg_teilprfteil, prfstd where prfstd.prfbem = 0 and prfstd.gebucht IS NULL and prfstd.semesternr < 58 and tpg_teilprfteil.studfach= prfstd.studfach and tpg_teilprfteil.studab = prfstd.studab and tpg_teilprfteil.studabver = prfstd.studabver and tpg_teilprfteil.prffach = prfstd.prffach and tpg_teilprfteil.prffachver = prfstd.prffachver and tpg_teilprfteil.teilprf = prfstd.teilprf and tpg_teilprfteil.tpg = tpg.tpg order by tpg.bez; commit; ==== Note fehlt - nach Teilprüfungsgruppen sortiert; ==== select distinct tpg.bez from tpg, tpg_teilprfteil, prfstd, prfstdteil where prfstdteil.prfbem = 0 and prfstd.gebucht IS NULL and prfstd.semesternr =60 and tpg_teilprfteil.studfach= prfstdteil.studfach and tpg_teilprfteil.studab = prfstdteil.studab and tpg_teilprfteil.studabver = prfstdteil.studabver and tpg_teilprfteil.prffach = prfstdteil.prffach and tpg_teilprfteil.prffachver = prfstdteil.prffachver and tpg_teilprfteil.teilprf = prfstdteil.teilprf and prfstdteil.studfach = prfstd.studfach and prfstdteil.studentfach = prfstd.studentfach and prfstdteil.matrnr = prfstd.matrnr and prfstdteil.studab = prfstd.studab and prfstdteil.studabver = prfstd.studabver and prfstdteil.fachgruppe = prfstd.fachgruppe and prfstdteil.prffach = prfstd.prffach and prfstdteil.prffachver = prfstd.prffachver and prfstdteil.teilprf = prfstd.teilprf and prfstdteil.semesternr = prfstd.semesternr and prfstdteil.terminnr = prfstd.terminnr and prfstdteil.prfang = prfstd.prfang and tpg_teilprfteil.tpg = tpg.tpg order by tpg.bez; commit; ==== Prüfungsfristen global ändern ==== select * from custvalue WHERE key_ like '%PrfangA%meldefristZeit%';