ibm informix spatial datablade select statement error
- by changed
Hi
I am using IBM informix spatial datablade module for some geo specific data.
I am trying to find points in table xmlData lying in a specified region.
But i am getting this error for select statement.
SELECT sa.pre, sa.post
FROM xmlData sa
WHERE ST_Contains( ST_PolyFromText('polygon((2 2,6 2,6 6,2 6,2 2))',6),sa.point)
Query:
select…