Skip to content

Instantly share code, notes, and snippets.

@jessedearing
Created August 22, 2013 19:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jessedearing/6311397 to your computer and use it in GitHub Desktop.
Save jessedearing/6311397 to your computer and use it in GitHub Desktop.
select * from catalogs where hash in (select catalog from certname_catalogs, certnames where certnames.name = certname_catalogs.certname and certnames.deactivated is not null);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment