Tagged Questions
3
votes
1answer
280 views
Joining spatial and not spatial table in oracle
I have spatial table with rows of data representing polygon(A). I have another table that contains values for polygon field(B). Now I would like to join these two table and create a spatial table. I ...