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

5 lines
86 B
MySQL
Raw Permalink Normal View History

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