Skip to content

Instantly share code, notes, and snippets.

@ianlandsman
Created June 22, 2012 20:45
Show Gist options
  • Save ianlandsman/2975075 to your computer and use it in GitHub Desktop.
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)
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