I am not so into database. Into a geospatial query I have something like this:
SELECT X(gps) AS longitude, Y(gps) AS latitude FROM MyTable
Where the gps field hve point as type.
And it returnes value like:
29,3715 -2,1790
My doubt is: what is the exact type of data returned by the previous X() and Y() function?
The documentation of MySQL function
X()
explains:The documentation of
ST_X()
says: