Returns the maximum X coordinate value of the geometry-expression. This is computed by
comparing the X attribute of all points in the geometry.
Note that in round-Earth model, minimum corresponds to eastern boundary of the geometry-expression and maximum corresponds to the western boundary of the geometry-expression. This means that if the geometry-expression crosses date line, minimum value will be higher than maximum value.
Note
If the geometry-expression is an empty geometry (ST_IsEmpty()=1), then this method returns NULL.