Skip to content

Instantly share code, notes, and snippets.

@stwalkerster
Created December 19, 2016 13:30
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 stwalkerster/b770bbc2c85a50ac9df65a8dafbc700e to your computer and use it in GitHub Desktop.
Save stwalkerster/b770bbc2c85a50ac9df65a8dafbc700e to your computer and use it in GitHub Desktop.
select it.description, i.delta
from stwalkerster_ed_explore.incident i
inner join stwalkerster_ed_explore.incidenttype it on it.id = i.type
where i.session = %d and it.technical = %d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment