Answer the question
In order to leave comments, you need to log in
Find out if at least one request was true?
`ST_Contains` returns bool.
Request
SELECT ST_Contains(geometry, ST_SetSRID(ST_POINT(76.8964, 64.4719), 4326)) FROM roads ;
Answer the question
In order to leave comments, you need to log in
SELECT 1 FROM roads WHERE ST_Contains(geometry, ST_SetSRID(ST_POINT(76.8964, 64.4719), 4326)) LIMIT 1;
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question