Created
April 14, 2015 17:17
-
-
Save stdavis/45b32cf0f2ac374a9ccf to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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