Created
June 22, 2012 20:45
-
-
Save ianlandsman/2975075 to your computer and use it in GitHub Desktop.
Select all requests which have no reporting tags associated with it (for custom filter SQL)
This file contains 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
xRequest NOT IN (SELECT xRequest FROM HS_Request_ReportingTags WHERE HS_Request_ReportingTags.xRequest = xRequest) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment