In my table I have a column “location” that is a POINT. I tried this:
SELECT ST_X(location), ST_Y(location) FROM locations;
But I still get the error message:
ERROR: function st_x(point) does not exist
In my table I have a column “location” that is a POINT. I tried this:
SELECT ST_X(location), ST_Y(location) FROM locations;
But I still get the error message:
ERROR: function st_x(point) does not exist