Skip to content

Instantly share code, notes, and snippets.

@driskull
Forked from jgravois/gist:8404339
Created January 13, 2014 17:41
Show Gist options
  • Save driskull/8404533 to your computer and use it in GitHub Desktop.
Save driskull/8404533 to your computer and use it in GitHub Desktop.
FIELD=(SELECT MAX(FIELD) FROM TABLE)
http://sampleserver6.arcgisonline.com/arcgis/rest/services/Census/MapServer/3/query?where=POP2007=(SELECT MAX(POP2007) FROM states)&text=&objectIds=&time=&geometry=&geometryType=esriGeometryEnvelope&inSR=&spatialRel=esriSpatialRelIntersects&relationParam=&outFields=&returnGeometry=true&maxAllowableOffset=&geometryPrecision=&outSR=&returnIdsOnly=false&returnCountOnly=false&orderByFields=&groupByFieldsForStatistics=&outStatistics=&returnZ=false&returnM=false&gdbVersion=&returnDistinctValues=false&f=html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment