Hi list,<br><br>If i run that query,<br><br>select ST_Within <br>    (<br>        geomfromtext('POINT(10 18)',4326),<br>        geomfromtext('MULTIPOLYGON (((10 18,30 18,30 12,10 12,10 18)))',4326)<br>    )<br>

<br>or<br><br>select ST_Within <br>
    (<br>
        geomfromtext('MULTIPOLYGON (((10 18,30 18,30 12,10 12,10 18)))',4326),<br>
        geomfromtext('POINT(10 18)',4326)<br>
    )<br><br>this query return false.<br><br>If i try <br><br>select ST_Within <br>    (<br>        geomfromtext('POINT(10 18)',4326),<br>        geomfromtext('POINT(10 18)',4326)<br>    )<br><br>this query return true.<br>

<br>Is this right?<br><br>I think that the first query should return true. Am i wrong?<br><br>best regards,<br><br clear="all">Luigi Castro Cardeles<br>