9 lines
360 B
Plaintext
9 lines
360 B
Plaintext
UPDATE Haus
|
|
SET
|
|
Kürzel = {{appsmith.store.editDraft.Kürzel}},
|
|
Hausname = {{appsmith.store.editDraft.Hausname}},
|
|
Adresse = {{appsmith.store.editDraft.Adresse}},
|
|
Unterkunftsart = {{appsmith.store.editDraft.Produkt}},
|
|
Status = {{appsmith.store.editDraft.Status}},
|
|
Land = {{appsmith.store.editDraft.Land}}
|
|
WHERE HID = {{appsmith.store.editContext.row.HID}} |