Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Oracle Spatial Query

Status
Not open for further replies.

DotNetGnat

Programmer
Mar 10, 2005
5,548
IN
Guys,

I have the following table:

Route_ID | GEOM
-----------------
123 | SDO_GEOMETRY
124 | SDO_GEOMETRY
--
--
--

I want to write a query that lists Routes whose length is less than 25 ft...

How can I do such query on the SDO_GEOMETRY column...

I have never written a spatial query...Can someone point me to a tutorial where I can learn spatial queries...

thanks in advance...

-DNG
 
I guess I figured it out my self...tried using SDO_LENGTH() method...

any links for learning spatial stuff would be helpful..

-DNG
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top