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.

Operators and Functions<br />

Constructors - Builds a new instance of <strong>the</strong> type yp<br />

– Can be overloaded<br />

ST_POINT (X, Y, SRID)<br />

ST_POINT ( (X, Y, Z, M, SRID) )<br />

ST_POINT (“X Y”, SRID)<br />

– Derived Subtypes can construct Supertype<br />

CREATE TABLE TABLE accidents (shape (shape ST ST_GEOMETRY);<br />

GEOMETRY);<br />

INSERT INTO accidents (ST_POINT(10,10,1));

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

Saved successfully!

Ooh no, something went wrong!