Skip to content

Instantly share code, notes, and snippets.

@ianlandsman
ianlandsman / gist:2975075
Created June 22, 2012 20:45
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)