1014 lines
50 KiB
Plaintext
1014 lines
50 KiB
Plaintext
SELECT Contains(NULL, NULL);
|
|
Contains(NULL, NULL)
|
|
NULL
|
|
Warnings:
|
|
Warning 1287 'CONTAINS' is deprecated and will be removed in a future release. Please use MBRCONTAINS instead
|
|
SELECT Disjoint(NULL, NULL);
|
|
Disjoint(NULL, NULL)
|
|
NULL
|
|
Warnings:
|
|
Warning 1287 'DISJOINT' is deprecated and will be removed in a future release. Please use MBRDISJOINT instead
|
|
SELECT Equals(NULL, NULL);
|
|
Equals(NULL, NULL)
|
|
NULL
|
|
Warnings:
|
|
Warning 1287 'EQUALS' is deprecated and will be removed in a future release. Please use MBREQUALS instead
|
|
SELECT Intersects(NULL, NULL);
|
|
Intersects(NULL, NULL)
|
|
NULL
|
|
Warnings:
|
|
Warning 1287 'INTERSECTS' is deprecated and will be removed in a future release. Please use MBRINTERSECTS instead
|
|
SELECT Overlaps(NULL, NULL);
|
|
Overlaps(NULL, NULL)
|
|
NULL
|
|
Warnings:
|
|
Warning 1287 'OVERLAPS' is deprecated and will be removed in a future release. Please use MBROVERLAPS instead
|
|
SELECT Within(NULL, NULL);
|
|
Within(NULL, NULL)
|
|
NULL
|
|
Warnings:
|
|
Warning 1287 'WITHIN' is deprecated and will be removed in a future release. Please use MBRWITHIN instead
|
|
SELECT Area(NULL);
|
|
Area(NULL)
|
|
NULL
|
|
Warnings:
|
|
Warning 1287 'AREA' is deprecated and will be removed in a future release. Please use ST_AREA instead
|
|
SELECT HEX(AsBinary(NULL));
|
|
HEX(AsBinary(NULL))
|
|
NULL
|
|
Warnings:
|
|
Warning 1287 'ASBINARY' is deprecated and will be removed in a future release. Please use ST_ASBINARY instead
|
|
SELECT AsText(NULL);
|
|
AsText(NULL)
|
|
NULL
|
|
Warnings:
|
|
Warning 1287 'ASTEXT' is deprecated and will be removed in a future release. Please use ST_ASTEXT instead
|
|
SELECT HEX(AsWKB(NULL));
|
|
HEX(AsWKB(NULL))
|
|
NULL
|
|
Warnings:
|
|
Warning 1287 'ASWKB' is deprecated and will be removed in a future release. Please use ST_ASWKB instead
|
|
SELECT AsWKT(NULL);
|
|
AsWKT(NULL)
|
|
NULL
|
|
Warnings:
|
|
Warning 1287 'ASWKT' is deprecated and will be removed in a future release. Please use ST_ASWKT instead
|
|
SELECT Buffer(NULL, NULL);
|
|
Buffer(NULL, NULL)
|
|
NULL
|
|
Warnings:
|
|
Warning 1287 'BUFFER' is deprecated and will be removed in a future release. Please use ST_BUFFER instead
|
|
SELECT Centroid(NULL);
|
|
Centroid(NULL)
|
|
NULL
|
|
Warnings:
|
|
Warning 1287 'CENTROID' is deprecated and will be removed in a future release. Please use ST_CENTROID instead
|
|
SELECT ConvexHull(NULL);
|
|
ConvexHull(NULL)
|
|
NULL
|
|
Warnings:
|
|
Warning 1287 'CONVEXHULL' is deprecated and will be removed in a future release. Please use ST_CONVEXHULL instead
|
|
SELECT Crosses(NULL, NULL);
|
|
Crosses(NULL, NULL)
|
|
NULL
|
|
Warnings:
|
|
Warning 1287 'CROSSES' is deprecated and will be removed in a future release. Please use ST_CROSSES instead
|
|
SELECT Dimension(NULL);
|
|
Dimension(NULL)
|
|
NULL
|
|
Warnings:
|
|
Warning 1287 'DIMENSION' is deprecated and will be removed in a future release. Please use ST_DIMENSION instead
|
|
SELECT Distance(NULL, NULL);
|
|
Distance(NULL, NULL)
|
|
NULL
|
|
Warnings:
|
|
Warning 1287 'DISTANCE' is deprecated and will be removed in a future release. Please use ST_DISTANCE instead
|
|
SELECT EndPoint(NULL);
|
|
EndPoint(NULL)
|
|
NULL
|
|
Warnings:
|
|
Warning 1287 'ENDPOINT' is deprecated and will be removed in a future release. Please use ST_ENDPOINT instead
|
|
SELECT Envelope(NULL);
|
|
Envelope(NULL)
|
|
NULL
|
|
Warnings:
|
|
Warning 1287 'ENVELOPE' is deprecated and will be removed in a future release. Please use ST_ENVELOPE instead
|
|
SELECT ExteriorRing(NULL);
|
|
ExteriorRing(NULL)
|
|
NULL
|
|
Warnings:
|
|
Warning 1287 'EXTERIORRING' is deprecated and will be removed in a future release. Please use ST_EXTERIORRING instead
|
|
SELECT GeometryN(NULL, NULL);
|
|
GeometryN(NULL, NULL)
|
|
NULL
|
|
Warnings:
|
|
Warning 1287 'GEOMETRYN' is deprecated and will be removed in a future release. Please use ST_GEOMETRYN instead
|
|
SELECT GeometryType(NULL);
|
|
GeometryType(NULL)
|
|
NULL
|
|
Warnings:
|
|
Warning 1287 'GEOMETRYTYPE' is deprecated and will be removed in a future release. Please use ST_GEOMETRYTYPE instead
|
|
SELECT InteriorRingN(NULL, NULL);
|
|
InteriorRingN(NULL, NULL)
|
|
NULL
|
|
Warnings:
|
|
Warning 1287 'INTERIORRINGN' is deprecated and will be removed in a future release. Please use ST_INTERIORRINGN instead
|
|
SELECT IsClosed(NULL);
|
|
IsClosed(NULL)
|
|
NULL
|
|
Warnings:
|
|
Warning 1287 'ISCLOSED' is deprecated and will be removed in a future release. Please use ST_ISCLOSED instead
|
|
SELECT IsEmpty(NULL);
|
|
IsEmpty(NULL)
|
|
NULL
|
|
Warnings:
|
|
Warning 1287 'ISEMPTY' is deprecated and will be removed in a future release. Please use ST_ISEMPTY instead
|
|
SELECT IsSimple(NULL);
|
|
IsSimple(NULL)
|
|
NULL
|
|
Warnings:
|
|
Warning 1287 'ISSIMPLE' is deprecated and will be removed in a future release. Please use ST_ISSIMPLE instead
|
|
SELECT NumGeometries(NULL);
|
|
NumGeometries(NULL)
|
|
NULL
|
|
Warnings:
|
|
Warning 1287 'NUMGEOMETRIES' is deprecated and will be removed in a future release. Please use ST_NUMGEOMETRIES instead
|
|
SELECT NumInteriorRings(NULL);
|
|
NumInteriorRings(NULL)
|
|
NULL
|
|
Warnings:
|
|
Warning 1287 'NUMINTERIORRINGS' is deprecated and will be removed in a future release. Please use ST_NUMINTERIORRINGS instead
|
|
SELECT NumPoints(NULL);
|
|
NumPoints(NULL)
|
|
NULL
|
|
Warnings:
|
|
Warning 1287 'NUMPOINTS' is deprecated and will be removed in a future release. Please use ST_NUMPOINTS instead
|
|
SELECT PointN(NULL, NULL);
|
|
PointN(NULL, NULL)
|
|
NULL
|
|
Warnings:
|
|
Warning 1287 'POINTN' is deprecated and will be removed in a future release. Please use ST_POINTN instead
|
|
SELECT SRID(NULL);
|
|
SRID(NULL)
|
|
NULL
|
|
Warnings:
|
|
Warning 1287 'SRID' is deprecated and will be removed in a future release. Please use ST_SRID instead
|
|
SELECT StartPoint(NULL);
|
|
StartPoint(NULL)
|
|
NULL
|
|
Warnings:
|
|
Warning 1287 'STARTPOINT' is deprecated and will be removed in a future release. Please use ST_STARTPOINT instead
|
|
SELECT Touches(NULL, NULL);
|
|
Touches(NULL, NULL)
|
|
NULL
|
|
Warnings:
|
|
Warning 1287 'TOUCHES' is deprecated and will be removed in a future release. Please use ST_TOUCHES instead
|
|
SELECT X(NULL);
|
|
X(NULL)
|
|
NULL
|
|
Warnings:
|
|
Warning 1287 'X' is deprecated and will be removed in a future release. Please use ST_X instead
|
|
SELECT Y(NULL);
|
|
Y(NULL)
|
|
NULL
|
|
Warnings:
|
|
Warning 1287 'Y' is deprecated and will be removed in a future release. Please use ST_Y instead
|
|
SELECT GLength(NULL);
|
|
GLength(NULL)
|
|
NULL
|
|
Warnings:
|
|
Warning 1287 'GLENGTH' is deprecated and will be removed in a future release. Please use ST_LENGTH instead
|
|
SELECT GeomCollFromText(NULL);
|
|
GeomCollFromText(NULL)
|
|
NULL
|
|
Warnings:
|
|
Warning 1287 'GEOMCOLLFROMTEXT' is deprecated and will be removed in a future release. Please use ST_GEOMCOLLFROMTEXT instead
|
|
SELECT GeomCollFromText(NULL, NULL);
|
|
GeomCollFromText(NULL, NULL)
|
|
NULL
|
|
Warnings:
|
|
Warning 1287 'GEOMCOLLFROMTEXT' is deprecated and will be removed in a future release. Please use ST_GEOMCOLLFROMTEXT instead
|
|
SELECT GeomCollFromWKB(NULL);
|
|
GeomCollFromWKB(NULL)
|
|
NULL
|
|
Warnings:
|
|
Warning 1287 'GEOMCOLLFROMWKB' is deprecated and will be removed in a future release. Please use ST_GEOMCOLLFROMWKB instead
|
|
SELECT GeomCollFromWKB(NULL, NULL);
|
|
GeomCollFromWKB(NULL, NULL)
|
|
NULL
|
|
Warnings:
|
|
Warning 1287 'GEOMCOLLFROMWKB' is deprecated and will be removed in a future release. Please use ST_GEOMCOLLFROMWKB instead
|
|
SELECT GeometryCollectionFromText(NULL);
|
|
GeometryCollectionFromText(NULL)
|
|
NULL
|
|
Warnings:
|
|
Warning 1287 'GEOMETRYCOLLECTIONFROMTEXT' is deprecated and will be removed in a future release. Please use ST_GEOMETRYCOLLECTIONFROMTEXT instead
|
|
SELECT GeometryCollectionFromText(NULL, NULL);
|
|
GeometryCollectionFromText(NULL, NULL)
|
|
NULL
|
|
Warnings:
|
|
Warning 1287 'GEOMETRYCOLLECTIONFROMTEXT' is deprecated and will be removed in a future release. Please use ST_GEOMETRYCOLLECTIONFROMTEXT instead
|
|
SELECT GeometryCollectionFromWKB(NULL);
|
|
GeometryCollectionFromWKB(NULL)
|
|
NULL
|
|
Warnings:
|
|
Warning 1287 'GEOMETRYCOLLECTIONFROMWKB' is deprecated and will be removed in a future release. Please use ST_GEOMETRYCOLLECTIONFROMWKB instead
|
|
SELECT GeometryCollectionFromWKB(NULL, NULL);
|
|
GeometryCollectionFromWKB(NULL, NULL)
|
|
NULL
|
|
Warnings:
|
|
Warning 1287 'GEOMETRYCOLLECTIONFROMWKB' is deprecated and will be removed in a future release. Please use ST_GEOMETRYCOLLECTIONFROMWKB instead
|
|
SELECT GeometryFromText(NULL);
|
|
GeometryFromText(NULL)
|
|
NULL
|
|
Warnings:
|
|
Warning 1287 'GEOMETRYFROMTEXT' is deprecated and will be removed in a future release. Please use ST_GEOMETRYFROMTEXT instead
|
|
SELECT GeometryFromText(NULL, NULL);
|
|
GeometryFromText(NULL, NULL)
|
|
NULL
|
|
Warnings:
|
|
Warning 1287 'GEOMETRYFROMTEXT' is deprecated and will be removed in a future release. Please use ST_GEOMETRYFROMTEXT instead
|
|
SELECT GeometryFromWKB(NULL);
|
|
GeometryFromWKB(NULL)
|
|
NULL
|
|
Warnings:
|
|
Warning 1287 'GEOMETRYFROMWKB' is deprecated and will be removed in a future release. Please use ST_GEOMETRYFROMWKB instead
|
|
SELECT GeometryFromWKB(NULL, NULL);
|
|
GeometryFromWKB(NULL, NULL)
|
|
NULL
|
|
Warnings:
|
|
Warning 1287 'GEOMETRYFROMWKB' is deprecated and will be removed in a future release. Please use ST_GEOMETRYFROMWKB instead
|
|
SELECT GeomFromText(NULL);
|
|
GeomFromText(NULL)
|
|
NULL
|
|
Warnings:
|
|
Warning 1287 'GEOMFROMTEXT' is deprecated and will be removed in a future release. Please use ST_GEOMFROMTEXT instead
|
|
SELECT GeomFromText(NULL, NULL);
|
|
GeomFromText(NULL, NULL)
|
|
NULL
|
|
Warnings:
|
|
Warning 1287 'GEOMFROMTEXT' is deprecated and will be removed in a future release. Please use ST_GEOMFROMTEXT instead
|
|
SELECT GeomFromWKB(NULL);
|
|
GeomFromWKB(NULL)
|
|
NULL
|
|
Warnings:
|
|
Warning 1287 'GEOMFROMWKB' is deprecated and will be removed in a future release. Please use ST_GEOMFROMWKB instead
|
|
SELECT GeomFromWKB(NULL, NULL);
|
|
GeomFromWKB(NULL, NULL)
|
|
NULL
|
|
Warnings:
|
|
Warning 1287 'GEOMFROMWKB' is deprecated and will be removed in a future release. Please use ST_GEOMFROMWKB instead
|
|
SELECT LineFromText(NULL);
|
|
LineFromText(NULL)
|
|
NULL
|
|
Warnings:
|
|
Warning 1287 'LINEFROMTEXT' is deprecated and will be removed in a future release. Please use ST_LINEFROMTEXT instead
|
|
SELECT LineFromText(NULL, NULL);
|
|
LineFromText(NULL, NULL)
|
|
NULL
|
|
Warnings:
|
|
Warning 1287 'LINEFROMTEXT' is deprecated and will be removed in a future release. Please use ST_LINEFROMTEXT instead
|
|
SELECT LineFromWKB(NULL);
|
|
LineFromWKB(NULL)
|
|
NULL
|
|
Warnings:
|
|
Warning 1287 'LINEFROMWKB' is deprecated and will be removed in a future release. Please use ST_LINEFROMWKB instead
|
|
SELECT LineFromWKB(NULL, NULL);
|
|
LineFromWKB(NULL, NULL)
|
|
NULL
|
|
Warnings:
|
|
Warning 1287 'LINEFROMWKB' is deprecated and will be removed in a future release. Please use ST_LINEFROMWKB instead
|
|
SELECT LineStringFromText(NULL);
|
|
LineStringFromText(NULL)
|
|
NULL
|
|
Warnings:
|
|
Warning 1287 'LINESTRINGFROMTEXT' is deprecated and will be removed in a future release. Please use ST_LINESTRINGFROMTEXT instead
|
|
SELECT LineStringFromText(NULL, NULL);
|
|
LineStringFromText(NULL, NULL)
|
|
NULL
|
|
Warnings:
|
|
Warning 1287 'LINESTRINGFROMTEXT' is deprecated and will be removed in a future release. Please use ST_LINESTRINGFROMTEXT instead
|
|
SELECT LineStringFromWKB(NULL);
|
|
LineStringFromWKB(NULL)
|
|
NULL
|
|
Warnings:
|
|
Warning 1287 'LINESTRINGFROMWKB' is deprecated and will be removed in a future release. Please use ST_LINESTRINGFROMWKB instead
|
|
SELECT LineStringFromWKB(NULL, NULL);
|
|
LineStringFromWKB(NULL, NULL)
|
|
NULL
|
|
Warnings:
|
|
Warning 1287 'LINESTRINGFROMWKB' is deprecated and will be removed in a future release. Please use ST_LINESTRINGFROMWKB instead
|
|
SELECT MLineFromText(NULL);
|
|
MLineFromText(NULL)
|
|
NULL
|
|
Warnings:
|
|
Warning 1287 'MLINEFROMTEXT' is deprecated and will be removed in a future release. Please use ST_MLINEFROMTEXT instead
|
|
SELECT MLineFromText(NULL, NULL);
|
|
MLineFromText(NULL, NULL)
|
|
NULL
|
|
Warnings:
|
|
Warning 1287 'MLINEFROMTEXT' is deprecated and will be removed in a future release. Please use ST_MLINEFROMTEXT instead
|
|
SELECT MLineFromWKB(NULL);
|
|
MLineFromWKB(NULL)
|
|
NULL
|
|
Warnings:
|
|
Warning 1287 'MLINEFROMWKB' is deprecated and will be removed in a future release. Please use ST_MLINEFROMWKB instead
|
|
SELECT MLineFromWKB(NULL, NULL);
|
|
MLineFromWKB(NULL, NULL)
|
|
NULL
|
|
Warnings:
|
|
Warning 1287 'MLINEFROMWKB' is deprecated and will be removed in a future release. Please use ST_MLINEFROMWKB instead
|
|
SELECT MPointFromText(NULL);
|
|
MPointFromText(NULL)
|
|
NULL
|
|
Warnings:
|
|
Warning 1287 'MPOINTFROMTEXT' is deprecated and will be removed in a future release. Please use ST_MPOINTFROMTEXT instead
|
|
SELECT MPointFromText(NULL, NULL);
|
|
MPointFromText(NULL, NULL)
|
|
NULL
|
|
Warnings:
|
|
Warning 1287 'MPOINTFROMTEXT' is deprecated and will be removed in a future release. Please use ST_MPOINTFROMTEXT instead
|
|
SELECT MPointFromWKB(NULL);
|
|
MPointFromWKB(NULL)
|
|
NULL
|
|
Warnings:
|
|
Warning 1287 'MPOINTFROMWKB' is deprecated and will be removed in a future release. Please use ST_MPOINTFROMWKB instead
|
|
SELECT MPointFromWKB(NULL, NULL);
|
|
MPointFromWKB(NULL, NULL)
|
|
NULL
|
|
Warnings:
|
|
Warning 1287 'MPOINTFROMWKB' is deprecated and will be removed in a future release. Please use ST_MPOINTFROMWKB instead
|
|
SELECT MPolyFromText(NULL);
|
|
MPolyFromText(NULL)
|
|
NULL
|
|
Warnings:
|
|
Warning 1287 'MPOLYFROMTEXT' is deprecated and will be removed in a future release. Please use ST_MPOLYFROMTEXT instead
|
|
SELECT MPolyFromText(NULL, NULL);
|
|
MPolyFromText(NULL, NULL)
|
|
NULL
|
|
Warnings:
|
|
Warning 1287 'MPOLYFROMTEXT' is deprecated and will be removed in a future release. Please use ST_MPOLYFROMTEXT instead
|
|
SELECT MPolyFromWKB(NULL);
|
|
MPolyFromWKB(NULL)
|
|
NULL
|
|
Warnings:
|
|
Warning 1287 'MPOLYFROMWKB' is deprecated and will be removed in a future release. Please use ST_MPOLYFROMWKB instead
|
|
SELECT MPolyFromWKB(NULL, NULL);
|
|
MPolyFromWKB(NULL, NULL)
|
|
NULL
|
|
Warnings:
|
|
Warning 1287 'MPOLYFROMWKB' is deprecated and will be removed in a future release. Please use ST_MPOLYFROMWKB instead
|
|
SELECT MultiLineStringFromText(NULL);
|
|
MultiLineStringFromText(NULL)
|
|
NULL
|
|
Warnings:
|
|
Warning 1287 'MULTILINESTRINGFROMTEXT' is deprecated and will be removed in a future release. Please use ST_MULTILINESTRINGFROMTEXT instead
|
|
SELECT MultiLineStringFromText(NULL, NULL);
|
|
MultiLineStringFromText(NULL, NULL)
|
|
NULL
|
|
Warnings:
|
|
Warning 1287 'MULTILINESTRINGFROMTEXT' is deprecated and will be removed in a future release. Please use ST_MULTILINESTRINGFROMTEXT instead
|
|
SELECT MultiLineStringFromWKB(NULL);
|
|
MultiLineStringFromWKB(NULL)
|
|
NULL
|
|
Warnings:
|
|
Warning 1287 'MULTILINESTRINGFROMWKB' is deprecated and will be removed in a future release. Please use ST_MULTILINESTRINGFROMWKB instead
|
|
SELECT MultiLineStringFromWKB(NULL, NULL);
|
|
MultiLineStringFromWKB(NULL, NULL)
|
|
NULL
|
|
Warnings:
|
|
Warning 1287 'MULTILINESTRINGFROMWKB' is deprecated and will be removed in a future release. Please use ST_MULTILINESTRINGFROMWKB instead
|
|
SELECT MultiPointFromText(NULL);
|
|
MultiPointFromText(NULL)
|
|
NULL
|
|
Warnings:
|
|
Warning 1287 'MULTIPOINTFROMTEXT' is deprecated and will be removed in a future release. Please use ST_MULTIPOINTFROMTEXT instead
|
|
SELECT MultiPointFromText(NULL, NULL);
|
|
MultiPointFromText(NULL, NULL)
|
|
NULL
|
|
Warnings:
|
|
Warning 1287 'MULTIPOINTFROMTEXT' is deprecated and will be removed in a future release. Please use ST_MULTIPOINTFROMTEXT instead
|
|
SELECT MultiPointFromWKB(NULL);
|
|
MultiPointFromWKB(NULL)
|
|
NULL
|
|
Warnings:
|
|
Warning 1287 'MULTIPOINTFROMWKB' is deprecated and will be removed in a future release. Please use ST_MULTIPOINTFROMWKB instead
|
|
SELECT MultiPointFromWKB(NULL, NULL);
|
|
MultiPointFromWKB(NULL, NULL)
|
|
NULL
|
|
Warnings:
|
|
Warning 1287 'MULTIPOINTFROMWKB' is deprecated and will be removed in a future release. Please use ST_MULTIPOINTFROMWKB instead
|
|
SELECT MultiPolygonFromText(NULL);
|
|
MultiPolygonFromText(NULL)
|
|
NULL
|
|
Warnings:
|
|
Warning 1287 'MULTIPOLYGONFROMTEXT' is deprecated and will be removed in a future release. Please use ST_MULTIPOLYGONFROMTEXT instead
|
|
SELECT MultiPolygonFromText(NULL, NULL);
|
|
MultiPolygonFromText(NULL, NULL)
|
|
NULL
|
|
Warnings:
|
|
Warning 1287 'MULTIPOLYGONFROMTEXT' is deprecated and will be removed in a future release. Please use ST_MULTIPOLYGONFROMTEXT instead
|
|
SELECT MultiPolygonFromWKB(NULL);
|
|
MultiPolygonFromWKB(NULL)
|
|
NULL
|
|
Warnings:
|
|
Warning 1287 'MULTIPOLYGONFROMWKB' is deprecated and will be removed in a future release. Please use ST_MULTIPOLYGONFROMWKB instead
|
|
SELECT MultiPolygonFromWKB(NULL, NULL);
|
|
MultiPolygonFromWKB(NULL, NULL)
|
|
NULL
|
|
Warnings:
|
|
Warning 1287 'MULTIPOLYGONFROMWKB' is deprecated and will be removed in a future release. Please use ST_MULTIPOLYGONFROMWKB instead
|
|
SELECT PointFromText(NULL);
|
|
PointFromText(NULL)
|
|
NULL
|
|
Warnings:
|
|
Warning 1287 'POINTFROMTEXT' is deprecated and will be removed in a future release. Please use ST_POINTFROMTEXT instead
|
|
SELECT PointFromText(NULL, NULL);
|
|
PointFromText(NULL, NULL)
|
|
NULL
|
|
Warnings:
|
|
Warning 1287 'POINTFROMTEXT' is deprecated and will be removed in a future release. Please use ST_POINTFROMTEXT instead
|
|
SELECT PointFromWKB(NULL);
|
|
PointFromWKB(NULL)
|
|
NULL
|
|
Warnings:
|
|
Warning 1287 'POINTFROMWKB' is deprecated and will be removed in a future release. Please use ST_POINTFROMWKB instead
|
|
SELECT PointFromWKB(NULL, NULL);
|
|
PointFromWKB(NULL, NULL)
|
|
NULL
|
|
Warnings:
|
|
Warning 1287 'POINTFROMWKB' is deprecated and will be removed in a future release. Please use ST_POINTFROMWKB instead
|
|
SELECT PolyFromText(NULL);
|
|
PolyFromText(NULL)
|
|
NULL
|
|
Warnings:
|
|
Warning 1287 'POLYFROMTEXT' is deprecated and will be removed in a future release. Please use ST_POLYFROMTEXT instead
|
|
SELECT PolyFromText(NULL, NULL);
|
|
PolyFromText(NULL, NULL)
|
|
NULL
|
|
Warnings:
|
|
Warning 1287 'POLYFROMTEXT' is deprecated and will be removed in a future release. Please use ST_POLYFROMTEXT instead
|
|
SELECT PolyFromWKB(NULL);
|
|
PolyFromWKB(NULL)
|
|
NULL
|
|
Warnings:
|
|
Warning 1287 'POLYFROMWKB' is deprecated and will be removed in a future release. Please use ST_POLYFROMWKB instead
|
|
SELECT PolyFromWKB(NULL, NULL);
|
|
PolyFromWKB(NULL, NULL)
|
|
NULL
|
|
Warnings:
|
|
Warning 1287 'POLYFROMWKB' is deprecated and will be removed in a future release. Please use ST_POLYFROMWKB instead
|
|
SELECT PolygonFromText(NULL);
|
|
PolygonFromText(NULL)
|
|
NULL
|
|
Warnings:
|
|
Warning 1287 'POLYGONFROMTEXT' is deprecated and will be removed in a future release. Please use ST_POLYGONFROMTEXT instead
|
|
SELECT PolygonFromText(NULL, NULL);
|
|
PolygonFromText(NULL, NULL)
|
|
NULL
|
|
Warnings:
|
|
Warning 1287 'POLYGONFROMTEXT' is deprecated and will be removed in a future release. Please use ST_POLYGONFROMTEXT instead
|
|
SELECT PolygonFromWKB(NULL);
|
|
PolygonFromWKB(NULL)
|
|
NULL
|
|
Warnings:
|
|
Warning 1287 'POLYGONFROMWKB' is deprecated and will be removed in a future release. Please use ST_POLYGONFROMWKB instead
|
|
SELECT PolygonFromWKB(NULL, NULL);
|
|
PolygonFromWKB(NULL, NULL)
|
|
NULL
|
|
Warnings:
|
|
Warning 1287 'POLYGONFROMWKB' is deprecated and will be removed in a future release. Please use ST_POLYGONFROMWKB instead
|
|
SELECT MBREqual(NULL, NULL);
|
|
MBREqual(NULL, NULL)
|
|
NULL
|
|
Warnings:
|
|
Warning 1287 'MBREQUAL' is deprecated and will be removed in a future release. Please use MBREQUALS instead
|
|
# Check the same functions, buth with geometry values
|
|
# instead of NULL values.
|
|
SET @geometrycollection = "GEOMETRYCOLLECTION()";
|
|
SET @point_1 = "POINT(11 14)";
|
|
SET @point_2 = "POINT(23 45)";
|
|
SET @linestring = "LINESTRING (30 10, 10 30, 40 40)";
|
|
SET @polygon = "POLYGON((35 10, 45 45, 15 40, 10 20, 35 10), (20 30, 35 35, 30 20, 20 30))";
|
|
SET @multilinestring = "MULTILINESTRING((10 10, 11 11), (12 12, 13 13))";
|
|
SET @multipoint = "MULTIPOINT(10 10, 12 12)";
|
|
SET @multipolygon =
|
|
"MULTIPOLYGON (((40 40, 20 45, 45 30, 40 40)), "
|
|
"((20 35, 10 30, 10 10, 30 5, 45 20, 20 35), "
|
|
"(30 20, 20 15, 20 25, 30 20)))";
|
|
SELECT Contains(ST_GeomFromText(@polygon), ST_GeomFromText(@point_1));
|
|
Contains(ST_GeomFromText(@polygon), ST_GeomFromText(@point_1))
|
|
1
|
|
Warnings:
|
|
Warning 1287 'CONTAINS' is deprecated and will be removed in a future release. Please use MBRCONTAINS instead
|
|
SELECT Disjoint(ST_GeomFromText(@point_1), ST_GeomFromText(@point_2));
|
|
Disjoint(ST_GeomFromText(@point_1), ST_GeomFromText(@point_2))
|
|
1
|
|
Warnings:
|
|
Warning 1287 'DISJOINT' is deprecated and will be removed in a future release. Please use MBRDISJOINT instead
|
|
SELECT Equals(ST_GeomFromText(@point_1), ST_GeomFromText(@point_1));
|
|
Equals(ST_GeomFromText(@point_1), ST_GeomFromText(@point_1))
|
|
1
|
|
Warnings:
|
|
Warning 1287 'EQUALS' is deprecated and will be removed in a future release. Please use MBREQUALS instead
|
|
SELECT Intersects(ST_GeomFromText(@point_1), ST_GeomFromText(@point_1));
|
|
Intersects(ST_GeomFromText(@point_1), ST_GeomFromText(@point_1))
|
|
1
|
|
Warnings:
|
|
Warning 1287 'INTERSECTS' is deprecated and will be removed in a future release. Please use MBRINTERSECTS instead
|
|
SELECT Overlaps(ST_GeomFromText(@linestring), ST_GeomFromText(@linestring));
|
|
Overlaps(ST_GeomFromText(@linestring), ST_GeomFromText(@linestring))
|
|
0
|
|
Warnings:
|
|
Warning 1287 'OVERLAPS' is deprecated and will be removed in a future release. Please use MBROVERLAPS instead
|
|
SELECT Within(ST_GeomFromText(@point_1), ST_GeomFromText(@point_1));
|
|
Within(ST_GeomFromText(@point_1), ST_GeomFromText(@point_1))
|
|
1
|
|
Warnings:
|
|
Warning 1287 'WITHIN' is deprecated and will be removed in a future release. Please use MBRWITHIN instead
|
|
SELECT Area(ST_GeomFromText(@polygon));
|
|
Area(ST_GeomFromText(@polygon))
|
|
675
|
|
Warnings:
|
|
Warning 1287 'AREA' is deprecated and will be removed in a future release. Please use ST_AREA instead
|
|
SELECT HEX(AsBinary(ST_GeomFromText(@point_1)));
|
|
HEX(AsBinary(ST_GeomFromText(@point_1)))
|
|
010100000000000000000026400000000000002C40
|
|
Warnings:
|
|
Warning 1287 'ASBINARY' is deprecated and will be removed in a future release. Please use ST_ASBINARY instead
|
|
SELECT AsText(ST_GeomFromText(@point_1));
|
|
AsText(ST_GeomFromText(@point_1))
|
|
POINT(11 14)
|
|
Warnings:
|
|
Warning 1287 'ASTEXT' is deprecated and will be removed in a future release. Please use ST_ASTEXT instead
|
|
SELECT HEX(AsWKB(ST_GeomFromText(@point_1)));
|
|
HEX(AsWKB(ST_GeomFromText(@point_1)))
|
|
010100000000000000000026400000000000002C40
|
|
Warnings:
|
|
Warning 1287 'ASWKB' is deprecated and will be removed in a future release. Please use ST_ASWKB instead
|
|
SELECT AsWKT(ST_GeomFromText(@point_1));
|
|
AsWKT(ST_GeomFromText(@point_1))
|
|
POINT(11 14)
|
|
Warnings:
|
|
Warning 1287 'ASWKT' is deprecated and will be removed in a future release. Please use ST_ASWKT instead
|
|
SELECT ST_AsText(Buffer(ST_GeomFromText(@point_1), 1));
|
|
ST_AsText(Buffer(ST_GeomFromText(@point_1), 1))
|
|
POLYGON((12 14,11.98078528040323 14.195090322016124,11.923879532511288 14.382683432365086,11.831469612302547 14.5555702330196,11.70710678118655 14.707106781186544,11.555570233019605 14.831469612302543,11.382683432365093 14.923879532511286,11.195090322016132 14.98078528040323,11.000000000000002 15,10.804909677983874 14.98078528040323,10.617316567634912 14.923879532511288,10.444429766980399 14.831469612302547,10.292893218813454 14.707106781186548,10.168530387697455 14.555570233019603,10.076120467488714 14.382683432365091,10.01921471959677 14.19509032201613,10 14,10.01921471959677 13.804909677983872,10.076120467488714 13.61731656763491,10.168530387697455 13.444429766980399,10.292893218813452 13.292893218813452,10.444429766980399 13.168530387697455,10.61731656763491 13.076120467488714,10.804909677983872 13.01921471959677,11 13,11.195090322016128 13.01921471959677,11.38268343236509 13.076120467488714,11.555570233019603 13.168530387697455,11.707106781186548 13.292893218813452,11.831469612302545 13.444429766980399,11.923879532511286 13.61731656763491,11.98078528040323 13.804909677983872,12 14))
|
|
Warnings:
|
|
Warning 1287 'BUFFER' is deprecated and will be removed in a future release. Please use ST_BUFFER instead
|
|
SELECT ST_AsText(Centroid(ST_GeomFromText(@polygon)));
|
|
ST_AsText(Centroid(ST_GeomFromText(@polygon)))
|
|
POINT(27.40740740740741 28.765432098765434)
|
|
Warnings:
|
|
Warning 1287 'CENTROID' is deprecated and will be removed in a future release. Please use ST_CENTROID instead
|
|
SELECT ST_AsText(ConvexHull(ST_GeomFromText(@point_1)));
|
|
ST_AsText(ConvexHull(ST_GeomFromText(@point_1)))
|
|
POINT(11 14)
|
|
Warnings:
|
|
Warning 1287 'CONVEXHULL' is deprecated and will be removed in a future release. Please use ST_CONVEXHULL instead
|
|
SELECT Crosses(ST_GeomFromText(@linestring), ST_GeomFromText(@linestring));
|
|
Crosses(ST_GeomFromText(@linestring), ST_GeomFromText(@linestring))
|
|
0
|
|
Warnings:
|
|
Warning 1287 'CROSSES' is deprecated and will be removed in a future release. Please use ST_CROSSES instead
|
|
SELECT Dimension(ST_GeomFromText(@point_1));
|
|
Dimension(ST_GeomFromText(@point_1))
|
|
0
|
|
Warnings:
|
|
Warning 1287 'DIMENSION' is deprecated and will be removed in a future release. Please use ST_DIMENSION instead
|
|
SELECT Distance(ST_GeomFromText(@point_1), ST_GeomFromText(@point_2));
|
|
Distance(ST_GeomFromText(@point_1), ST_GeomFromText(@point_2))
|
|
33.24154027718932
|
|
Warnings:
|
|
Warning 1287 'DISTANCE' is deprecated and will be removed in a future release. Please use ST_DISTANCE instead
|
|
SELECT ST_AsText(EndPoint(ST_GeomFromText(@linestring)));
|
|
ST_AsText(EndPoint(ST_GeomFromText(@linestring)))
|
|
POINT(40 40)
|
|
Warnings:
|
|
Warning 1287 'ENDPOINT' is deprecated and will be removed in a future release. Please use ST_ENDPOINT instead
|
|
SELECT ST_AsText(Envelope(ST_GeomFromText(@point_1)));
|
|
ST_AsText(Envelope(ST_GeomFromText(@point_1)))
|
|
POINT(11 14)
|
|
Warnings:
|
|
Warning 1287 'ENVELOPE' is deprecated and will be removed in a future release. Please use ST_ENVELOPE instead
|
|
SELECT ST_AsText(ExteriorRing(ST_GeomFromText(@polygon)));
|
|
ST_AsText(ExteriorRing(ST_GeomFromText(@polygon)))
|
|
LINESTRING(35 10,45 45,15 40,10 20,35 10)
|
|
Warnings:
|
|
Warning 1287 'EXTERIORRING' is deprecated and will be removed in a future release. Please use ST_EXTERIORRING instead
|
|
SELECT ST_AsText(GeometryN(ST_GeomFromText(@multipoint), 2));
|
|
ST_AsText(GeometryN(ST_GeomFromText(@multipoint), 2))
|
|
POINT(12 12)
|
|
Warnings:
|
|
Warning 1287 'GEOMETRYN' is deprecated and will be removed in a future release. Please use ST_GEOMETRYN instead
|
|
SELECT GeometryType(ST_GeomFromText(@point_1));
|
|
GeometryType(ST_GeomFromText(@point_1))
|
|
POINT
|
|
Warnings:
|
|
Warning 1287 'GEOMETRYTYPE' is deprecated and will be removed in a future release. Please use ST_GEOMETRYTYPE instead
|
|
SELECT ST_AsText(InteriorRingN(ST_GeomFromText(@polygon), 1));
|
|
ST_AsText(InteriorRingN(ST_GeomFromText(@polygon), 1))
|
|
LINESTRING(20 30,35 35,30 20,20 30)
|
|
Warnings:
|
|
Warning 1287 'INTERIORRINGN' is deprecated and will be removed in a future release. Please use ST_INTERIORRINGN instead
|
|
SELECT IsClosed(ST_GeomFromText(@linestring));
|
|
IsClosed(ST_GeomFromText(@linestring))
|
|
0
|
|
Warnings:
|
|
Warning 1287 'ISCLOSED' is deprecated and will be removed in a future release. Please use ST_ISCLOSED instead
|
|
SELECT IsEmpty(ST_GeomFromText(@point_1));
|
|
IsEmpty(ST_GeomFromText(@point_1))
|
|
0
|
|
Warnings:
|
|
Warning 1287 'ISEMPTY' is deprecated and will be removed in a future release. Please use ST_ISEMPTY instead
|
|
SELECT IsSimple(ST_GeomFromText(@point_1));
|
|
IsSimple(ST_GeomFromText(@point_1))
|
|
1
|
|
Warnings:
|
|
Warning 1287 'ISSIMPLE' is deprecated and will be removed in a future release. Please use ST_ISSIMPLE instead
|
|
SELECT NumGeometries(ST_GeomFromText(@geometrycollection));
|
|
NumGeometries(ST_GeomFromText(@geometrycollection))
|
|
0
|
|
Warnings:
|
|
Warning 1287 'NUMGEOMETRIES' is deprecated and will be removed in a future release. Please use ST_NUMGEOMETRIES instead
|
|
SELECT NumInteriorRings(ST_GeomFromText(@polygon));
|
|
NumInteriorRings(ST_GeomFromText(@polygon))
|
|
1
|
|
Warnings:
|
|
Warning 1287 'NUMINTERIORRINGS' is deprecated and will be removed in a future release. Please use ST_NUMINTERIORRINGS instead
|
|
SELECT NumPoints(ST_GeomFromText(@linestring));
|
|
NumPoints(ST_GeomFromText(@linestring))
|
|
3
|
|
Warnings:
|
|
Warning 1287 'NUMPOINTS' is deprecated and will be removed in a future release. Please use ST_NUMPOINTS instead
|
|
SELECT ST_AsText(PointN(ST_GeomFromText(@linestring), 2));
|
|
ST_AsText(PointN(ST_GeomFromText(@linestring), 2))
|
|
POINT(10 30)
|
|
Warnings:
|
|
Warning 1287 'POINTN' is deprecated and will be removed in a future release. Please use ST_POINTN instead
|
|
SELECT SRID(ST_GeomFromText(@point_1, 1000));
|
|
SRID(ST_GeomFromText(@point_1, 1000))
|
|
1000
|
|
Warnings:
|
|
Warning 1287 'SRID' is deprecated and will be removed in a future release. Please use ST_SRID instead
|
|
SELECT ST_AsText(StartPoint(ST_GeomFromText(@linestring)));
|
|
ST_AsText(StartPoint(ST_GeomFromText(@linestring)))
|
|
POINT(30 10)
|
|
Warnings:
|
|
Warning 1287 'STARTPOINT' is deprecated and will be removed in a future release. Please use ST_STARTPOINT instead
|
|
SELECT Touches(ST_GeomFromText(@linestring), ST_GeomFromText(@linestring));
|
|
Touches(ST_GeomFromText(@linestring), ST_GeomFromText(@linestring))
|
|
0
|
|
Warnings:
|
|
Warning 1287 'TOUCHES' is deprecated and will be removed in a future release. Please use ST_TOUCHES instead
|
|
SELECT X(ST_GeomFromText(@point_1));
|
|
X(ST_GeomFromText(@point_1))
|
|
11
|
|
Warnings:
|
|
Warning 1287 'X' is deprecated and will be removed in a future release. Please use ST_X instead
|
|
SELECT Y(ST_GeomFromText(@point_1));
|
|
Y(ST_GeomFromText(@point_1))
|
|
14
|
|
Warnings:
|
|
Warning 1287 'Y' is deprecated and will be removed in a future release. Please use ST_Y instead
|
|
SELECT GLength(ST_GeomFromText(@linestring));
|
|
GLength(ST_GeomFromText(@linestring))
|
|
59.9070478491457
|
|
Warnings:
|
|
Warning 1287 'GLENGTH' is deprecated and will be removed in a future release. Please use ST_LENGTH instead
|
|
SELECT ST_AsText(GeomCollFromText(@geometrycollection));
|
|
ST_AsText(GeomCollFromText(@geometrycollection))
|
|
GEOMETRYCOLLECTION()
|
|
Warnings:
|
|
Warning 1287 'GEOMCOLLFROMTEXT' is deprecated and will be removed in a future release. Please use ST_GEOMCOLLFROMTEXT instead
|
|
SELECT ST_AsText(GeomCollFromText(@geometrycollection, 4326));
|
|
ST_AsText(GeomCollFromText(@geometrycollection, 4326))
|
|
GEOMETRYCOLLECTION()
|
|
Warnings:
|
|
Warning 1287 'GEOMCOLLFROMTEXT' is deprecated and will be removed in a future release. Please use ST_GEOMCOLLFROMTEXT instead
|
|
SELECT ST_AsText(GeomCollFromWKB(ST_GeomFromText(@geometrycollection)));
|
|
ST_AsText(GeomCollFromWKB(ST_GeomFromText(@geometrycollection)))
|
|
GEOMETRYCOLLECTION()
|
|
Warnings:
|
|
Warning 1287 'GEOMCOLLFROMWKB' is deprecated and will be removed in a future release. Please use ST_GEOMCOLLFROMWKB instead
|
|
Warning 3195 st_geometryfromwkb(geometry) is deprecated and will be replaced by st_srid(geometry, 0) in a future version. Use st_geometryfromwkb(st_aswkb(geometry), 0) instead.
|
|
SELECT ST_AsText(GeomCollFromWKB(ST_GeomFromText(@geometrycollection), 4326));
|
|
ST_AsText(GeomCollFromWKB(ST_GeomFromText(@geometrycollection), 4326))
|
|
GEOMETRYCOLLECTION()
|
|
Warnings:
|
|
Warning 1287 'GEOMCOLLFROMWKB' is deprecated and will be removed in a future release. Please use ST_GEOMCOLLFROMWKB instead
|
|
Warning 3196 st_geometryfromwkb(geometry, srid) is deprecated and will be replaced by st_srid(geometry, srid) in a future version. Use st_geometryfromwkb(st_aswkb(geometry), srid) instead.
|
|
SELECT ST_AsText(GeometryCollectionFromText(@geometrycollection));
|
|
ST_AsText(GeometryCollectionFromText(@geometrycollection))
|
|
GEOMETRYCOLLECTION()
|
|
Warnings:
|
|
Warning 1287 'GEOMETRYCOLLECTIONFROMTEXT' is deprecated and will be removed in a future release. Please use ST_GEOMETRYCOLLECTIONFROMTEXT instead
|
|
SELECT ST_AsText(GeometryCollectionFromText(@geometrycollection, 4326));
|
|
ST_AsText(GeometryCollectionFromText(@geometrycollection, 4326))
|
|
GEOMETRYCOLLECTION()
|
|
Warnings:
|
|
Warning 1287 'GEOMETRYCOLLECTIONFROMTEXT' is deprecated and will be removed in a future release. Please use ST_GEOMETRYCOLLECTIONFROMTEXT instead
|
|
SELECT ST_AsText(GeometryCollectionFromWKB(ST_GeomFromText(@geometrycollection)));
|
|
ST_AsText(GeometryCollectionFromWKB(ST_GeomFromText(@geometrycollection)))
|
|
GEOMETRYCOLLECTION()
|
|
Warnings:
|
|
Warning 1287 'GEOMETRYCOLLECTIONFROMWKB' is deprecated and will be removed in a future release. Please use ST_GEOMETRYCOLLECTIONFROMWKB instead
|
|
Warning 3195 st_geometryfromwkb(geometry) is deprecated and will be replaced by st_srid(geometry, 0) in a future version. Use st_geometryfromwkb(st_aswkb(geometry), 0) instead.
|
|
SELECT ST_AsText(GeometryCollectionFromWKB(ST_GeomFromText(@geometrycollection), 4326));
|
|
ST_AsText(GeometryCollectionFromWKB(ST_GeomFromText(@geometrycollection), 4326))
|
|
GEOMETRYCOLLECTION()
|
|
Warnings:
|
|
Warning 1287 'GEOMETRYCOLLECTIONFROMWKB' is deprecated and will be removed in a future release. Please use ST_GEOMETRYCOLLECTIONFROMWKB instead
|
|
Warning 3196 st_geometryfromwkb(geometry, srid) is deprecated and will be replaced by st_srid(geometry, srid) in a future version. Use st_geometryfromwkb(st_aswkb(geometry), srid) instead.
|
|
SELECT ST_AsText(GeometryFromText(@point_1));
|
|
ST_AsText(GeometryFromText(@point_1))
|
|
POINT(11 14)
|
|
Warnings:
|
|
Warning 1287 'GEOMETRYFROMTEXT' is deprecated and will be removed in a future release. Please use ST_GEOMETRYFROMTEXT instead
|
|
SELECT ST_AsText(GeometryFromText(@point_1, 4326));
|
|
ST_AsText(GeometryFromText(@point_1, 4326))
|
|
POINT(11 14)
|
|
Warnings:
|
|
Warning 1287 'GEOMETRYFROMTEXT' is deprecated and will be removed in a future release. Please use ST_GEOMETRYFROMTEXT instead
|
|
SELECT ST_AsText(GeometryFromWKB(ST_GeomFromText(@point_1)));
|
|
ST_AsText(GeometryFromWKB(ST_GeomFromText(@point_1)))
|
|
POINT(11 14)
|
|
Warnings:
|
|
Warning 1287 'GEOMETRYFROMWKB' is deprecated and will be removed in a future release. Please use ST_GEOMETRYFROMWKB instead
|
|
Warning 3195 st_geometryfromwkb(geometry) is deprecated and will be replaced by st_srid(geometry, 0) in a future version. Use st_geometryfromwkb(st_aswkb(geometry), 0) instead.
|
|
SELECT ST_AsText(GeometryFromWKB(ST_GeomFromText(@point_1), 4326));
|
|
ST_AsText(GeometryFromWKB(ST_GeomFromText(@point_1), 4326))
|
|
POINT(11 14)
|
|
Warnings:
|
|
Warning 1287 'GEOMETRYFROMWKB' is deprecated and will be removed in a future release. Please use ST_GEOMETRYFROMWKB instead
|
|
Warning 3196 st_geometryfromwkb(geometry, srid) is deprecated and will be replaced by st_srid(geometry, srid) in a future version. Use st_geometryfromwkb(st_aswkb(geometry), srid) instead.
|
|
SELECT ST_AsText(GeomFromText(@point_1));
|
|
ST_AsText(GeomFromText(@point_1))
|
|
POINT(11 14)
|
|
Warnings:
|
|
Warning 1287 'GEOMFROMTEXT' is deprecated and will be removed in a future release. Please use ST_GEOMFROMTEXT instead
|
|
SELECT ST_AsText(GeomFromText(@point_1, 4326));
|
|
ST_AsText(GeomFromText(@point_1, 4326))
|
|
POINT(11 14)
|
|
Warnings:
|
|
Warning 1287 'GEOMFROMTEXT' is deprecated and will be removed in a future release. Please use ST_GEOMFROMTEXT instead
|
|
SELECT ST_AsText(GeomFromWKB(ST_GeomFromText(@point_1)));
|
|
ST_AsText(GeomFromWKB(ST_GeomFromText(@point_1)))
|
|
POINT(11 14)
|
|
Warnings:
|
|
Warning 1287 'GEOMFROMWKB' is deprecated and will be removed in a future release. Please use ST_GEOMFROMWKB instead
|
|
Warning 3195 st_geometryfromwkb(geometry) is deprecated and will be replaced by st_srid(geometry, 0) in a future version. Use st_geometryfromwkb(st_aswkb(geometry), 0) instead.
|
|
SELECT ST_AsText(GeomFromWKB(ST_GeomFromText(@point_1), 4326));
|
|
ST_AsText(GeomFromWKB(ST_GeomFromText(@point_1), 4326))
|
|
POINT(11 14)
|
|
Warnings:
|
|
Warning 1287 'GEOMFROMWKB' is deprecated and will be removed in a future release. Please use ST_GEOMFROMWKB instead
|
|
Warning 3196 st_geometryfromwkb(geometry, srid) is deprecated and will be replaced by st_srid(geometry, srid) in a future version. Use st_geometryfromwkb(st_aswkb(geometry), srid) instead.
|
|
SELECT ST_AsText(LineFromText(@linestring));
|
|
ST_AsText(LineFromText(@linestring))
|
|
LINESTRING(30 10,10 30,40 40)
|
|
Warnings:
|
|
Warning 1287 'LINEFROMTEXT' is deprecated and will be removed in a future release. Please use ST_LINEFROMTEXT instead
|
|
SELECT ST_AsText(LineFromText(@linestring, 4326));
|
|
ST_AsText(LineFromText(@linestring, 4326))
|
|
LINESTRING(30 10,10 30,40 40)
|
|
Warnings:
|
|
Warning 1287 'LINEFROMTEXT' is deprecated and will be removed in a future release. Please use ST_LINEFROMTEXT instead
|
|
SELECT ST_AsText(LineFromWKB(ST_GeomFromText(@linestring)));
|
|
ST_AsText(LineFromWKB(ST_GeomFromText(@linestring)))
|
|
LINESTRING(30 10,10 30,40 40)
|
|
Warnings:
|
|
Warning 1287 'LINEFROMWKB' is deprecated and will be removed in a future release. Please use ST_LINEFROMWKB instead
|
|
Warning 3195 st_geometryfromwkb(geometry) is deprecated and will be replaced by st_srid(geometry, 0) in a future version. Use st_geometryfromwkb(st_aswkb(geometry), 0) instead.
|
|
SELECT ST_AsText(LineFromWKB(ST_GeomFromText(@linestring), 4326));
|
|
ST_AsText(LineFromWKB(ST_GeomFromText(@linestring), 4326))
|
|
LINESTRING(30 10,10 30,40 40)
|
|
Warnings:
|
|
Warning 1287 'LINEFROMWKB' is deprecated and will be removed in a future release. Please use ST_LINEFROMWKB instead
|
|
Warning 3196 st_geometryfromwkb(geometry, srid) is deprecated and will be replaced by st_srid(geometry, srid) in a future version. Use st_geometryfromwkb(st_aswkb(geometry), srid) instead.
|
|
SELECT ST_AsText(LineStringFromText(@linestring));
|
|
ST_AsText(LineStringFromText(@linestring))
|
|
LINESTRING(30 10,10 30,40 40)
|
|
Warnings:
|
|
Warning 1287 'LINESTRINGFROMTEXT' is deprecated and will be removed in a future release. Please use ST_LINESTRINGFROMTEXT instead
|
|
SELECT ST_AsText(LineStringFromText(@linestring, 4326));
|
|
ST_AsText(LineStringFromText(@linestring, 4326))
|
|
LINESTRING(30 10,10 30,40 40)
|
|
Warnings:
|
|
Warning 1287 'LINESTRINGFROMTEXT' is deprecated and will be removed in a future release. Please use ST_LINESTRINGFROMTEXT instead
|
|
SELECT ST_AsText(LineStringFromWKB(ST_GeomFromText(@linestring)));
|
|
ST_AsText(LineStringFromWKB(ST_GeomFromText(@linestring)))
|
|
LINESTRING(30 10,10 30,40 40)
|
|
Warnings:
|
|
Warning 1287 'LINESTRINGFROMWKB' is deprecated and will be removed in a future release. Please use ST_LINESTRINGFROMWKB instead
|
|
Warning 3195 st_geometryfromwkb(geometry) is deprecated and will be replaced by st_srid(geometry, 0) in a future version. Use st_geometryfromwkb(st_aswkb(geometry), 0) instead.
|
|
SELECT ST_AsText(LineStringFromWKB(ST_GeomFromText(@linestring), 4326));
|
|
ST_AsText(LineStringFromWKB(ST_GeomFromText(@linestring), 4326))
|
|
LINESTRING(30 10,10 30,40 40)
|
|
Warnings:
|
|
Warning 1287 'LINESTRINGFROMWKB' is deprecated and will be removed in a future release. Please use ST_LINESTRINGFROMWKB instead
|
|
Warning 3196 st_geometryfromwkb(geometry, srid) is deprecated and will be replaced by st_srid(geometry, srid) in a future version. Use st_geometryfromwkb(st_aswkb(geometry), srid) instead.
|
|
SELECT ST_AsText(MLineFromText(@multilinestring));
|
|
ST_AsText(MLineFromText(@multilinestring))
|
|
MULTILINESTRING((10 10,11 11),(12 12,13 13))
|
|
Warnings:
|
|
Warning 1287 'MLINEFROMTEXT' is deprecated and will be removed in a future release. Please use ST_MLINEFROMTEXT instead
|
|
SELECT ST_AsText(MLineFromText(@multilinestring, 4326));
|
|
ST_AsText(MLineFromText(@multilinestring, 4326))
|
|
MULTILINESTRING((10 10,11 11),(12 12,13 13))
|
|
Warnings:
|
|
Warning 1287 'MLINEFROMTEXT' is deprecated and will be removed in a future release. Please use ST_MLINEFROMTEXT instead
|
|
SELECT ST_AsText(MLineFromWKB(ST_GeomFromText(@multilinestring)));
|
|
ST_AsText(MLineFromWKB(ST_GeomFromText(@multilinestring)))
|
|
MULTILINESTRING((10 10,11 11),(12 12,13 13))
|
|
Warnings:
|
|
Warning 1287 'MLINEFROMWKB' is deprecated and will be removed in a future release. Please use ST_MLINEFROMWKB instead
|
|
Warning 3195 st_geometryfromwkb(geometry) is deprecated and will be replaced by st_srid(geometry, 0) in a future version. Use st_geometryfromwkb(st_aswkb(geometry), 0) instead.
|
|
SELECT ST_AsText(MLineFromWKB(ST_GeomFromText(@multilinestring), 4326));
|
|
ST_AsText(MLineFromWKB(ST_GeomFromText(@multilinestring), 4326))
|
|
MULTILINESTRING((10 10,11 11),(12 12,13 13))
|
|
Warnings:
|
|
Warning 1287 'MLINEFROMWKB' is deprecated and will be removed in a future release. Please use ST_MLINEFROMWKB instead
|
|
Warning 3196 st_geometryfromwkb(geometry, srid) is deprecated and will be replaced by st_srid(geometry, srid) in a future version. Use st_geometryfromwkb(st_aswkb(geometry), srid) instead.
|
|
SELECT ST_AsText(MPointFromText(@multipoint));
|
|
ST_AsText(MPointFromText(@multipoint))
|
|
MULTIPOINT((10 10),(12 12))
|
|
Warnings:
|
|
Warning 1287 'MPOINTFROMTEXT' is deprecated and will be removed in a future release. Please use ST_MPOINTFROMTEXT instead
|
|
SELECT ST_AsText(MPointFromText(@multipoint, 4326));
|
|
ST_AsText(MPointFromText(@multipoint, 4326))
|
|
MULTIPOINT((10 10),(12 12))
|
|
Warnings:
|
|
Warning 1287 'MPOINTFROMTEXT' is deprecated and will be removed in a future release. Please use ST_MPOINTFROMTEXT instead
|
|
SELECT ST_AsText(MPointFromWKB(ST_GeomFromText(@multipoint)));
|
|
ST_AsText(MPointFromWKB(ST_GeomFromText(@multipoint)))
|
|
MULTIPOINT((10 10),(12 12))
|
|
Warnings:
|
|
Warning 1287 'MPOINTFROMWKB' is deprecated and will be removed in a future release. Please use ST_MPOINTFROMWKB instead
|
|
Warning 3195 st_geometryfromwkb(geometry) is deprecated and will be replaced by st_srid(geometry, 0) in a future version. Use st_geometryfromwkb(st_aswkb(geometry), 0) instead.
|
|
SELECT ST_AsText(MPointFromWKB(ST_GeomFromText(@multipoint), 4326));
|
|
ST_AsText(MPointFromWKB(ST_GeomFromText(@multipoint), 4326))
|
|
MULTIPOINT((10 10),(12 12))
|
|
Warnings:
|
|
Warning 1287 'MPOINTFROMWKB' is deprecated and will be removed in a future release. Please use ST_MPOINTFROMWKB instead
|
|
Warning 3196 st_geometryfromwkb(geometry, srid) is deprecated and will be replaced by st_srid(geometry, srid) in a future version. Use st_geometryfromwkb(st_aswkb(geometry), srid) instead.
|
|
SELECT ST_AsText(MPolyFromText(@multipolygon));
|
|
ST_AsText(MPolyFromText(@multipolygon))
|
|
MULTIPOLYGON(((40 40,20 45,45 30,40 40)),((20 35,10 30,10 10,30 5,45 20,20 35),(30 20,20 15,20 25,30 20)))
|
|
Warnings:
|
|
Warning 1287 'MPOLYFROMTEXT' is deprecated and will be removed in a future release. Please use ST_MPOLYFROMTEXT instead
|
|
SELECT ST_AsText(MPolyFromText(@multipolygon, 4326));
|
|
ST_AsText(MPolyFromText(@multipolygon, 4326))
|
|
MULTIPOLYGON(((40 40,20 45,45 30,40 40)),((20 35,10 30,10 10,30 5,45 20,20 35),(30 20,20 15,20 25,30 20)))
|
|
Warnings:
|
|
Warning 1287 'MPOLYFROMTEXT' is deprecated and will be removed in a future release. Please use ST_MPOLYFROMTEXT instead
|
|
SELECT ST_AsText(MPolyFromWKB(ST_GeomFromText(@multipolygon)));
|
|
ST_AsText(MPolyFromWKB(ST_GeomFromText(@multipolygon)))
|
|
MULTIPOLYGON(((40 40,20 45,45 30,40 40)),((20 35,10 30,10 10,30 5,45 20,20 35),(30 20,20 15,20 25,30 20)))
|
|
Warnings:
|
|
Warning 1287 'MPOLYFROMWKB' is deprecated and will be removed in a future release. Please use ST_MPOLYFROMWKB instead
|
|
Warning 3195 st_geometryfromwkb(geometry) is deprecated and will be replaced by st_srid(geometry, 0) in a future version. Use st_geometryfromwkb(st_aswkb(geometry), 0) instead.
|
|
SELECT ST_AsText(MPolyFromWKB(ST_GeomFromText(@multipolygon), 4326));
|
|
ST_AsText(MPolyFromWKB(ST_GeomFromText(@multipolygon), 4326))
|
|
MULTIPOLYGON(((40 40,20 45,45 30,40 40)),((20 35,10 30,10 10,30 5,45 20,20 35),(30 20,20 15,20 25,30 20)))
|
|
Warnings:
|
|
Warning 1287 'MPOLYFROMWKB' is deprecated and will be removed in a future release. Please use ST_MPOLYFROMWKB instead
|
|
Warning 3196 st_geometryfromwkb(geometry, srid) is deprecated and will be replaced by st_srid(geometry, srid) in a future version. Use st_geometryfromwkb(st_aswkb(geometry), srid) instead.
|
|
SELECT ST_AsText(MultiLineStringFromText(@multilinestring));
|
|
ST_AsText(MultiLineStringFromText(@multilinestring))
|
|
MULTILINESTRING((10 10,11 11),(12 12,13 13))
|
|
Warnings:
|
|
Warning 1287 'MULTILINESTRINGFROMTEXT' is deprecated and will be removed in a future release. Please use ST_MULTILINESTRINGFROMTEXT instead
|
|
SELECT ST_AsText(MultiLineStringFromText(@multilinestring, 4326));
|
|
ST_AsText(MultiLineStringFromText(@multilinestring, 4326))
|
|
MULTILINESTRING((10 10,11 11),(12 12,13 13))
|
|
Warnings:
|
|
Warning 1287 'MULTILINESTRINGFROMTEXT' is deprecated and will be removed in a future release. Please use ST_MULTILINESTRINGFROMTEXT instead
|
|
SELECT ST_AsText(MultiLineStringFromWKB(ST_GeomFromText(@multilinestring)));
|
|
ST_AsText(MultiLineStringFromWKB(ST_GeomFromText(@multilinestring)))
|
|
MULTILINESTRING((10 10,11 11),(12 12,13 13))
|
|
Warnings:
|
|
Warning 1287 'MULTILINESTRINGFROMWKB' is deprecated and will be removed in a future release. Please use ST_MULTILINESTRINGFROMWKB instead
|
|
Warning 3195 st_geometryfromwkb(geometry) is deprecated and will be replaced by st_srid(geometry, 0) in a future version. Use st_geometryfromwkb(st_aswkb(geometry), 0) instead.
|
|
SELECT ST_AsText(MultiLineStringFromWKB(ST_GeomFromText(@multilinestring), 4326));
|
|
ST_AsText(MultiLineStringFromWKB(ST_GeomFromText(@multilinestring), 4326))
|
|
MULTILINESTRING((10 10,11 11),(12 12,13 13))
|
|
Warnings:
|
|
Warning 1287 'MULTILINESTRINGFROMWKB' is deprecated and will be removed in a future release. Please use ST_MULTILINESTRINGFROMWKB instead
|
|
Warning 3196 st_geometryfromwkb(geometry, srid) is deprecated and will be replaced by st_srid(geometry, srid) in a future version. Use st_geometryfromwkb(st_aswkb(geometry), srid) instead.
|
|
SELECT ST_AsText(MultiPointFromText(@multipoint));
|
|
ST_AsText(MultiPointFromText(@multipoint))
|
|
MULTIPOINT((10 10),(12 12))
|
|
Warnings:
|
|
Warning 1287 'MULTIPOINTFROMTEXT' is deprecated and will be removed in a future release. Please use ST_MULTIPOINTFROMTEXT instead
|
|
SELECT ST_AsText(MultiPointFromText(@multipoint, 4326));
|
|
ST_AsText(MultiPointFromText(@multipoint, 4326))
|
|
MULTIPOINT((10 10),(12 12))
|
|
Warnings:
|
|
Warning 1287 'MULTIPOINTFROMTEXT' is deprecated and will be removed in a future release. Please use ST_MULTIPOINTFROMTEXT instead
|
|
SELECT ST_AsText(MultiPointFromWKB(ST_GeomFromText(@multipoint)));
|
|
ST_AsText(MultiPointFromWKB(ST_GeomFromText(@multipoint)))
|
|
MULTIPOINT((10 10),(12 12))
|
|
Warnings:
|
|
Warning 1287 'MULTIPOINTFROMWKB' is deprecated and will be removed in a future release. Please use ST_MULTIPOINTFROMWKB instead
|
|
Warning 3195 st_geometryfromwkb(geometry) is deprecated and will be replaced by st_srid(geometry, 0) in a future version. Use st_geometryfromwkb(st_aswkb(geometry), 0) instead.
|
|
SELECT ST_AsText(MultiPointFromWKB(ST_GeomFromText(@multipoint), 4326));
|
|
ST_AsText(MultiPointFromWKB(ST_GeomFromText(@multipoint), 4326))
|
|
MULTIPOINT((10 10),(12 12))
|
|
Warnings:
|
|
Warning 1287 'MULTIPOINTFROMWKB' is deprecated and will be removed in a future release. Please use ST_MULTIPOINTFROMWKB instead
|
|
Warning 3196 st_geometryfromwkb(geometry, srid) is deprecated and will be replaced by st_srid(geometry, srid) in a future version. Use st_geometryfromwkb(st_aswkb(geometry), srid) instead.
|
|
SELECT ST_AsText(MultiPolygonFromText(@multipolygon));
|
|
ST_AsText(MultiPolygonFromText(@multipolygon))
|
|
MULTIPOLYGON(((40 40,20 45,45 30,40 40)),((20 35,10 30,10 10,30 5,45 20,20 35),(30 20,20 15,20 25,30 20)))
|
|
Warnings:
|
|
Warning 1287 'MULTIPOLYGONFROMTEXT' is deprecated and will be removed in a future release. Please use ST_MULTIPOLYGONFROMTEXT instead
|
|
SELECT ST_AsText(MultiPolygonFromText(@multipolygon, 4326));
|
|
ST_AsText(MultiPolygonFromText(@multipolygon, 4326))
|
|
MULTIPOLYGON(((40 40,20 45,45 30,40 40)),((20 35,10 30,10 10,30 5,45 20,20 35),(30 20,20 15,20 25,30 20)))
|
|
Warnings:
|
|
Warning 1287 'MULTIPOLYGONFROMTEXT' is deprecated and will be removed in a future release. Please use ST_MULTIPOLYGONFROMTEXT instead
|
|
SELECT ST_AsText(MultiPolygonFromWKB(ST_GeomFromText(@multipolygon)));
|
|
ST_AsText(MultiPolygonFromWKB(ST_GeomFromText(@multipolygon)))
|
|
MULTIPOLYGON(((40 40,20 45,45 30,40 40)),((20 35,10 30,10 10,30 5,45 20,20 35),(30 20,20 15,20 25,30 20)))
|
|
Warnings:
|
|
Warning 1287 'MULTIPOLYGONFROMWKB' is deprecated and will be removed in a future release. Please use ST_MULTIPOLYGONFROMWKB instead
|
|
Warning 3195 st_geometryfromwkb(geometry) is deprecated and will be replaced by st_srid(geometry, 0) in a future version. Use st_geometryfromwkb(st_aswkb(geometry), 0) instead.
|
|
SELECT ST_AsText(MultiPolygonFromWKB(ST_GeomFromText(@multipolygon), 4326));
|
|
ST_AsText(MultiPolygonFromWKB(ST_GeomFromText(@multipolygon), 4326))
|
|
MULTIPOLYGON(((40 40,20 45,45 30,40 40)),((20 35,10 30,10 10,30 5,45 20,20 35),(30 20,20 15,20 25,30 20)))
|
|
Warnings:
|
|
Warning 1287 'MULTIPOLYGONFROMWKB' is deprecated and will be removed in a future release. Please use ST_MULTIPOLYGONFROMWKB instead
|
|
Warning 3196 st_geometryfromwkb(geometry, srid) is deprecated and will be replaced by st_srid(geometry, srid) in a future version. Use st_geometryfromwkb(st_aswkb(geometry), srid) instead.
|
|
SELECT ST_AsText(PointFromText(@point_1));
|
|
ST_AsText(PointFromText(@point_1))
|
|
POINT(11 14)
|
|
Warnings:
|
|
Warning 1287 'POINTFROMTEXT' is deprecated and will be removed in a future release. Please use ST_POINTFROMTEXT instead
|
|
SELECT ST_AsText(PointFromText(@point_1, 4326));
|
|
ST_AsText(PointFromText(@point_1, 4326))
|
|
POINT(11 14)
|
|
Warnings:
|
|
Warning 1287 'POINTFROMTEXT' is deprecated and will be removed in a future release. Please use ST_POINTFROMTEXT instead
|
|
SELECT ST_AsText(PointFromWKB(ST_GeomFromText(@point_1)));
|
|
ST_AsText(PointFromWKB(ST_GeomFromText(@point_1)))
|
|
POINT(11 14)
|
|
Warnings:
|
|
Warning 1287 'POINTFROMWKB' is deprecated and will be removed in a future release. Please use ST_POINTFROMWKB instead
|
|
Warning 3195 st_geometryfromwkb(geometry) is deprecated and will be replaced by st_srid(geometry, 0) in a future version. Use st_geometryfromwkb(st_aswkb(geometry), 0) instead.
|
|
SELECT ST_AsText(PointFromWKB(ST_GeomFromText(@point_1), 4326));
|
|
ST_AsText(PointFromWKB(ST_GeomFromText(@point_1), 4326))
|
|
POINT(11 14)
|
|
Warnings:
|
|
Warning 1287 'POINTFROMWKB' is deprecated and will be removed in a future release. Please use ST_POINTFROMWKB instead
|
|
Warning 3196 st_geometryfromwkb(geometry, srid) is deprecated and will be replaced by st_srid(geometry, srid) in a future version. Use st_geometryfromwkb(st_aswkb(geometry), srid) instead.
|
|
SELECT ST_AsText(PolyFromText(@polygon));
|
|
ST_AsText(PolyFromText(@polygon))
|
|
POLYGON((35 10,45 45,15 40,10 20,35 10),(20 30,35 35,30 20,20 30))
|
|
Warnings:
|
|
Warning 1287 'POLYFROMTEXT' is deprecated and will be removed in a future release. Please use ST_POLYFROMTEXT instead
|
|
SELECT ST_AsText(PolyFromText(@polygon, 4326));
|
|
ST_AsText(PolyFromText(@polygon, 4326))
|
|
POLYGON((35 10,45 45,15 40,10 20,35 10),(20 30,35 35,30 20,20 30))
|
|
Warnings:
|
|
Warning 1287 'POLYFROMTEXT' is deprecated and will be removed in a future release. Please use ST_POLYFROMTEXT instead
|
|
SELECT ST_AsText(PolyFromWKB(ST_GeomFromText(@polygon)));
|
|
ST_AsText(PolyFromWKB(ST_GeomFromText(@polygon)))
|
|
POLYGON((35 10,45 45,15 40,10 20,35 10),(20 30,35 35,30 20,20 30))
|
|
Warnings:
|
|
Warning 1287 'POLYFROMWKB' is deprecated and will be removed in a future release. Please use ST_POLYFROMWKB instead
|
|
Warning 3195 st_geometryfromwkb(geometry) is deprecated and will be replaced by st_srid(geometry, 0) in a future version. Use st_geometryfromwkb(st_aswkb(geometry), 0) instead.
|
|
SELECT ST_AsText(PolyFromWKB(ST_GeomFromText(@polygon), 4326));
|
|
ST_AsText(PolyFromWKB(ST_GeomFromText(@polygon), 4326))
|
|
POLYGON((35 10,45 45,15 40,10 20,35 10),(20 30,35 35,30 20,20 30))
|
|
Warnings:
|
|
Warning 1287 'POLYFROMWKB' is deprecated and will be removed in a future release. Please use ST_POLYFROMWKB instead
|
|
Warning 3196 st_geometryfromwkb(geometry, srid) is deprecated and will be replaced by st_srid(geometry, srid) in a future version. Use st_geometryfromwkb(st_aswkb(geometry), srid) instead.
|
|
SELECT ST_AsText(PolygonFromText(@polygon));
|
|
ST_AsText(PolygonFromText(@polygon))
|
|
POLYGON((35 10,45 45,15 40,10 20,35 10),(20 30,35 35,30 20,20 30))
|
|
Warnings:
|
|
Warning 1287 'POLYGONFROMTEXT' is deprecated and will be removed in a future release. Please use ST_POLYGONFROMTEXT instead
|
|
SELECT ST_AsText(PolygonFromText(@polygon, 4326));
|
|
ST_AsText(PolygonFromText(@polygon, 4326))
|
|
POLYGON((35 10,45 45,15 40,10 20,35 10),(20 30,35 35,30 20,20 30))
|
|
Warnings:
|
|
Warning 1287 'POLYGONFROMTEXT' is deprecated and will be removed in a future release. Please use ST_POLYGONFROMTEXT instead
|
|
SELECT ST_AsText(PolygonFromWKB(ST_GeomFromText(@polygon)));
|
|
ST_AsText(PolygonFromWKB(ST_GeomFromText(@polygon)))
|
|
POLYGON((35 10,45 45,15 40,10 20,35 10),(20 30,35 35,30 20,20 30))
|
|
Warnings:
|
|
Warning 1287 'POLYGONFROMWKB' is deprecated and will be removed in a future release. Please use ST_POLYGONFROMWKB instead
|
|
Warning 3195 st_geometryfromwkb(geometry) is deprecated and will be replaced by st_srid(geometry, 0) in a future version. Use st_geometryfromwkb(st_aswkb(geometry), 0) instead.
|
|
SELECT ST_AsText(PolygonFromWKB(ST_GeomFromText(@polygon), 4326));
|
|
ST_AsText(PolygonFromWKB(ST_GeomFromText(@polygon), 4326))
|
|
POLYGON((35 10,45 45,15 40,10 20,35 10),(20 30,35 35,30 20,20 30))
|
|
Warnings:
|
|
Warning 1287 'POLYGONFROMWKB' is deprecated and will be removed in a future release. Please use ST_POLYGONFROMWKB instead
|
|
Warning 3196 st_geometryfromwkb(geometry, srid) is deprecated and will be replaced by st_srid(geometry, srid) in a future version. Use st_geometryfromwkb(st_aswkb(geometry), srid) instead.
|
|
SELECT MBREqual(ST_GeomFromText(@polygon), ST_GeomFromText(@polygon));
|
|
MBREqual(ST_GeomFromText(@polygon), ST_GeomFromText(@polygon))
|
|
1
|
|
Warnings:
|
|
Warning 1287 'MBREQUAL' is deprecated and will be removed in a future release. Please use MBREQUALS instead
|