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
ae3fb9af0c
jl-backend-rs
/
sql
/
location
/
fetch_with_city.sql
1 line
62 B
SQL
Raw
Blame
History
SELECT
*
FROM
location
WHERE
city
=
$
1
ORDER
BY
district
DESC
;
Reference in New Issue
View Git Blame
Copy Permalink