9 lines
98 B
Plaintext
9 lines
98 B
Plaintext
SELECT
|
|
id,
|
|
name,
|
|
x,
|
|
y,
|
|
'frei' AS status
|
|
FROM `Sitzplätze`
|
|
WHERE active = 1
|
|
ORDER BY id; |