Returns the dimension of the ST_Geometry type.
Returns a SMALLINT value:
All ST_Geometry types.
SELECT skey
FROM sample_shapes
WHERE shape.ST_Dimension() = 1
ORDER BY skey;
Returns the dimension of the ST_Geometry type.
Returns a SMALLINT value:
All ST_Geometry types.
SELECT skey
FROM sample_shapes
WHERE shape.ST_Dimension() = 1
ORDER BY skey;