-
Hello I'm starting to get acquainted with SurrealDB and I come from traditional SQL engines like MySQL. CREATE sectors CONTENT {
area: {
type: "Polygon",
coordinates: "[...]"
}
}; Next, I issue the following query: SELECT * FROM sectors WHERE ([LON VALUE HERE], [LAT VALUE HERE]) INSIDE area; It's not yielding results and I'm not getting any errors since the query returns true. Thank you in advance for any help :) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Answered in #1523 The solution, using the right hand rule as suggested by @tobiemh should prove valid for this question as well. |
Beta Was this translation helpful? Give feedback.
Answered in #1523
The solution, using the right hand rule as suggested by @tobiemh should prove valid for this question as well.