gsn-proxy/internal/repository/queries/queries.sql
2025-03-26 15:07:12 +03:00

4 lines
No EOL
70 B
SQL

-- name: GetStationByID :one
select *
from stations
where id = @id;