Skip to content

Instantly share code, notes, and snippets.

@mrorii
Created June 21, 2012 19:42
Show Gist options
  • Select an option

  • Save mrorii/2968045 to your computer and use it in GitHub Desktop.

Select an option

Save mrorii/2968045 to your computer and use it in GitHub Desktop.
select
count(i.id)
from
interactions i,
interaction2externals i2e,
interaction2types i2t
where
i2e.interaction_id = i.id
and i2e.dbsource_id = 5
and i2e.external_id = i2t.external_id
and i2e.dbsource_id = i2t.dbsource_id
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment