pub fn ST_SRID_2<G: Into<Geometry>, g, srid>(
g: g,
srid: srid,
) -> ST_SRID_2<G, <g as AsExpression<G>>::Expression, <srid as AsExpression<Integer>>::Expression>Expand description
Represents the MySQL ST_SRID function (with two arguments).