This commit is contained in:
2026-08-20 11:06:08 +00:00
parent f6115aadb9
commit 6f93035fa5
4 changed files with 15 additions and 22 deletions
@@ -1,10 +1,9 @@
SELECT
id,
SPID,
name,
x,
y,
active,
status
FROM `Sitzplätze`
active
FROM Sitzplätze
WHERE active = 1
ORDER BY id;
ORDER BY SPID;