Update script.sql

This commit is contained in:
Chris-bot374
2024-07-01 14:10:47 +02:00
committed by GitHub
parent 50d650d4fa
commit 921fc73820

View File

@@ -23,10 +23,10 @@ CREATE TABLE krank (
CREATE VIEW studenten_veranstalterr AS
CREATE VIEW studenten_veranstalter AS
SELECT matrikelnummer AS id, passwort, NULL AS admin FROM Studenten
UNION ALL
SELECT ID, passwort, admin FROM Veranstalterrrr;
SELECT ID, passwort, admin FROM Veranstalter;