Skip to content

Instantly share code, notes, and snippets.

@jdwyah
Created February 22, 2015 15:38
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 jdwyah/25a4f297930f845667e7 to your computer and use it in GitHub Desktop.
Save jdwyah/25a4f297930f845667e7 to your computer and use it in GitHub Desktop.
lag_lead_with_diffs as (
select who_identifier, time_period, uses_outlook, lag, lead,
time_period-lag lag_size,
lead-time_period lead_size
from lag_lead),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment