"attrib_nachbearbeitung":"update <<tmp_table>> set <<col>>='3-4' where <<col>>::char(10) in ('3','4');update <<tmp_table>> set <<col>>='1-2-5-6' where <<col>>::char(10) in ('1','2','5','6');",
"sortfield":"name",
"calc_gesamt":0},
"is_sicht":2},
{"maskeninfo_id":21250,
"name":"bewsem",
"caption":"Semester",
@ -463,6 +457,17 @@
@@ -463,6 +457,17 @@
"foreignkey_cap":"eintrag",
"sortfield":"tid",
"calc_gesamt":0},
{"maskeninfo_id":21250,
"name":"alter",
"caption":"Alter",
"is_sicht":2},
{"maskeninfo_id":21250,
"name":"zul_erg",
"caption":"Zulassungsergebnis",
"is_virtual":1,
"vcsql":"update tmp_rohdaten set zul_erg ='3' where zul_kz='J' and annahme_kz='J' and einschreib_kz='J';update tmp_rohdaten set zul_erg ='2' where zul_kz='J' and annahme_kz='J' and zul_erg is null;update tmp_rohdaten set zul_erg ='1' where zul_kz='J'and zul_erg is null",