123
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user