6 lines
62 B
SQL
6 lines
62 B
SQL
--- find a stop near *pos*
|
|
SELECT *
|
|
FROM stops
|
|
WHERE
|
|
id = :id
|
--- find a stop near *pos*
|
|
SELECT *
|
|
FROM stops
|
|
WHERE
|
|
id = :id
|