Skip to content

Instantly share code, notes, and snippets.

@BrunoCaimar
Created October 10, 2012 12:42
Show Gist options
  • Select an option

  • Save BrunoCaimar/3865373 to your computer and use it in GitHub Desktop.

Select an option

Save BrunoCaimar/3865373 to your computer and use it in GitHub Desktop.
SRID
SELECT sr.auth_srid, sr.srtext, l.table_name, l.*, sr.*
FROM sde.layers l JOIN sde.spatial_references sr ON l.srid = sr.srid
WHERE l.owner = 'PEGASUS'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment