Files
2023-07-11 08:26:42 +02:00

4 lines
179 B
SQL

INSERT INTO address (user_id, street, city, country) VALUES ($user_id, :Street, :City, :Country)
RETURNING
'redirect' AS component,
'edit_user.sql?id=' || user_id AS link;