4 lines
No EOL
70 B
SQL
4 lines
No EOL
70 B
SQL
-- name: GetStationByID :one
|
|
select *
|
|
from stations
|
|
where id = @id; |