This website requires JavaScript.
Explore
Help
Sign In
franklinblanco
/
jl-backend-rs
Watch
1
Star
0
Fork
You've already forked jl-backend-rs
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
4b0f963579
jl-backend-rs
/
sql
/
location
/
insert.sql
5 lines
86 B
SQL
Raw
Blame
History
INSERT
INTO
location
(
id
,
city
,
district
)
VALUES
(
$
1
,
$
2
,
$
3
)
RETURNING
*
;
Reference in New Issue
View Git Blame
Copy Permalink