i want to Select ID from table Locations where a point ( 25.10785 55.18114 ) exists in a polygon that.
I tried everything possible , while it returns null for everything.
Polygon((25.11031 55.18408,25.11109 55.18459,25.11288 55.18811,25.11653 55.19301,25.12197 55.20176, 25.1034 55.23103, 25.09471 55.24247, 25.0826 55.24944, 25.05652 55.24897, 25.05526 55.23672, 25.05306 55.22412, 25.06665 55.22071, 25.07212 55.21617, 25.07821 55.20957, 25.09016 55.19002, 25.09583 55.18403, 25.1046 55.17734, 25.10785 55.18114,25.11031 55.18408))
this is how the polygon looks like.
I want mysql to return ID if a point exists in the polygon