Our task is simple -- return certain fields for where a Point falls within a shape in the_geom. We store lat/lon as Dec(10,6).
I did a SQL statement conditioned with ST_Contains(geometry, point), and the JSON I received is that the function doesn't exist.
I have tried many different approaches (ST_MakePoint, ST_GeomFromText), but none work. ST_MakePoint returns a null set, but I know for certain that the lat/lon I'm providing is within one of the_geom shapes.
I'd very much appreciate some help. Thank you!
Craig