Database Error Messages

ORA-13087

incorrect number of query columns

Cause

The number of table columns specified for the PointInPolygon() function was incorrect.


Action

Ensure that there are at least two columns specified, and that the first two columns are of the NUMBER type, representing the X and Y coordinates.