Are there other, potentially, unexpected collisions, reserved words? We also ran into issues with having a table name groups. Anywhoo. These worked before and do not now. Just wondering if there is a reference
Re: Select poly from table name CONTAINS ? But what's wrong? Barry Galbraith December 04, 2011 05:52PM Sorry, you can't reply to this topic. It has been closed. Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle...
The problem is: If the user click in google maps, I'll get the coordinates of a point. And I would like to know, which of my polygon contains this point. My query: select astext(poly), id from table_name where Contains(GeomFromText('POINT(47.4940251397703 19.05307360839845)')) ...