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

1 line
62 B
SQL

SELECT * FROM location WHERE city = $1 ORDER BY district DESC;