Skip to main content
Return true if A is fully contained by B ST_Within returning true ST_Within returning false

Signatures

Parameters

A
Geometry
required
The input geometry.
B
Geometry
required
The second geometry.

Return type

Returns true or false.

Example