Skip to content

Instantly share code, notes, and snippets.

@stdavis
Created April 14, 2015 17:17
Show Gist options
  • Select an option

  • Save stdavis/45b32cf0f2ac374a9ccf to your computer and use it in GitHub Desktop.

Select an option

Save stdavis/45b32cf0f2ac374a9ccf to your computer and use it in GitHub Desktop.
SELECT OBJECTID from Stations WHERE
StationId IN (SELECT StationId from Results WHERE ParamGroup = 'Inorganics, Major, Non-metals') AND
StationId IN (SELECT StationId from Results WHERE ParamGroup = 'Organics, pesticide') AND
StationId IN (SELECT StationId from Results WHERE ParamGroup = 'Physical')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment