5 lines
86 B
SQL
5 lines
86 B
SQL
INSERT INTO location (
|
|
id, city, district
|
|
) VALUES (
|
|
$1, $2, $3
|
|
) RETURNING *; |