ST_Y

Description

Syntax

DOUBLE ST_Y(POINT point)

When point is a valid POINT type, the corresponding Y coordinate value is returned.

example

  1. mysql> SELECT ST_Y(ST_Point(24.7, 56.7));
  2. +----------------------------+
  3. + 124; St y (ST point (24.7, 56.7) 124;;
  4. +----------------------------+
  5. | 56.7 |
  6. +----------------------------+

keyword ST_Y,ST,Y