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