[mapserver-dev] [EXTERNAL] Problem with filter in Oracle

thomas bonfort thomas.bonfort at gmail.com
Wed Jan 20 01:41:12 PST 2016


>
>     FILTER "([ID='BJDA1')"
>
Same result. Does not work with filter active, works when the filter line
is commented.

Your FILTER line is syntactically incorrect. Try with

FILTER ("[ID]"="BJDA1")

if using Mapserver 7, or

FILTER "ID='BJDA1'"

for mapserver < 7

--
thomas
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/mapserver-dev/attachments/20160120/96b15be0/attachment.html>


More information about the mapserver-dev mailing list