Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Two doubts about Oracle Spatial.
Hi,
I've just read the documentation of Oracle Spatial and I've got a few doubts (I hope you can help me with some of them...):
SELECT A.GID, B.GID
FROM PARKS A, HIGHWAYS B
WHERE sdo_filter(A.shape, B.shape, 'querytype=join') = 'TRUE';
3) Does GID mean "Greographic ID"?.
Thanks in advance Received on Wed Apr 23 2003 - 15:17:14 CDT
![]() |
![]() |