4 lines
179 B
SQL
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; |