pub fn ST_Y_2<p, new_y>(
    p: p,
    new_y: new_y
) -> ST_Y_2<<p as AsExpression<Point>>::Expression, <new_y as AsExpression<Double>>::Expression> where
    p: AsExpression<Point>,
    new_y: AsExpression<Double>, 
Expand description

Represents the MySQL ST_Y function (with two arguments).