Neueste Version
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
SELECT
|
||||
id,
|
||||
platz_id,
|
||||
titel AS title,
|
||||
startzeit AS start,
|
||||
endzeit AS end,
|
||||
gebucht_von
|
||||
FROM `buchungen`
|
||||
WHERE platz_id =
|
||||
{{ appsmith.store.selectedSeatId }}
|
||||
ORDER BY startzeit;
|
||||
Reference in New Issue
Block a user