jl-backend-rs/sql/location/insert.sql

5 lines
86 B
SQL

INSERT INTO location (
id, city, district
) VALUES (
$1, $2, $3
) RETURNING *;