24.10.2012 Views

Working with the geodatabase effectively using SQL - Esri

Working with the geodatabase effectively using SQL - Esri

Working with the geodatabase effectively using SQL - Esri

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

st_geometry synonyms<br />

• Best practice when developing <strong>SQL</strong> applications is to fully qualify<br />

all objects<br />

SELECT owner, sde.st sde.st_astext(shape) astext(shape) AS GEOMETRY<br />

FROM tb.parcles<br />

WHERE sde.st_envintersects(shape,10,10,20,20) = 1<br />

See Knowledge Base article: 34004<br />

See Knowledge Base article: 34328

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!