Returns the maximum x coordinate of an ST_Geometry value.
Returns a FLOAT value.
Returns NULL if the ST_Geometry is an empty set.
All ST_Geometry types.
SELECT shape.ST_MaxX()
FROM sample_shapes;
Returns the maximum x coordinate of an ST_Geometry value.
Returns a FLOAT value.
Returns NULL if the ST_Geometry is an empty set.
All ST_Geometry types.
SELECT shape.ST_MaxX()
FROM sample_shapes;