3 changed files with 13 additions and 3 deletions
@ -1,3 +1,3 @@
@@ -1,3 +1,3 @@
|
||||
47170^Hochschule^0^0^0^100^150^1^char^30^0^12^<<SQL>> select tid, type, name,sortnr from sichten where art in('SXC_Hochschulen-Sicht') and aktiv=1 order by sortnr, name;^ ^ ^ |
||||
47171^Seit Semester^1^0^0^130^80^1^integer^30^0^999^<<SQL>> select tid,druck from kenn_jahr where tid in (select jahr from sxc_stud_sem_da_geschl_hs) order by tid DESC;^ ^<<SQL>> select tid,druck from kenn_jahr where tid in (select jahr from sxc_stud_sem_da_geschl_hs) order by tid limit 1^ |
||||
47177^Jahr^3^330^-1^130^100^1^integer^30^0^1^<<SQL>> select distinct jahr, jahr from sxc_lab_jahr_da_geschl_hs_aggr order by jahr DESC;^ ^<<SQL>> select distinct jahr, jahr from sxc_lab_jahr_da_geschl_hs_aggr order by jahr DESC;^ |
||||
47171^Seit Jahr^1^0^0^130^80^1^integer^30^0^1^<<SQL>> select distinct jahr, jahr from sxc_lab_jahr_da_geschl_hs_aggr order by jahr DESC;^ ^<<SQL>> select distinct jahr, jahr from sxc_lab_jahr_da_geschl_hs_aggr order by jahr ASC limit 1;^ |
||||
47177^Bis Jahr^3^330^-1^130^100^1^integer^30^0^1^<<SQL>> select distinct jahr, jahr from sxc_lab_jahr_da_geschl_hs_aggr order by jahr DESC;^ ^<<SQL>> select distinct jahr, jahr from sxc_lab_jahr_da_geschl_hs_aggr order by jahr DESC limit 1;^ |
||||
|
||||
@ -1 +1,10 @@
@@ -1 +1,10 @@
|
||||
drop table if exists sxc_mapping_bestand; |
||||
drop table if exists sxc_mapping_bestand; |
||||
|
||||
drop view if exists sxc_hochschulen_art; |
||||
drop view if exists sxc_hochschulen_bland; |
||||
drop view if exists sxc_hochschulen_bland_traeger; |
||||
drop view if exists sxc_hochschulen_hsk_art; |
||||
drop view if exists sxc_hochschulen_liste; |
||||
drop view if exists sxc_hochschulen_nrw_art; |
||||
drop view if exists sxc_hochschulen_nrw_liste; |
||||
drop view if exists sxc_hochschulen_traeger_bland; |
||||
Loading…
Reference in new issue