我将 IBM Informix Spatial DataBlade 模块用于一些特定于地理的数据。我试图在位于指定区域points
的表中找到。xmlData
但是我收到了这个错误的select
声明。
SELECT sa.pre, sa.post
FROM xmlData sa
WHERE ST_Contains(('polygon((2 2,6 2,6 6,2 6,2 2)),sa.point)
Query:
select count(*) as mycnt fromText('polygon((2 2,6 2,6 6,2 6,2 2))',6),sa.point)
Error: -201
[Informix][Informix ODBC Driver][Informix]A syntax error has occurred.
(SQLPrepare[-201] at /work/lwchan/workspace/OATPHPcompile/pdo_informix/
pdo_informix/informix_driver.c:131)