jon/py/jon/db/get_location_by_id.sql
2023-05-17 12:43:43 +02:00

4 lines
69 B
SQL

SELECT *
FROM garfield.locations
WHERE location_id = %(location_id)s