Skip to content

Instantly share code, notes, and snippets.

@mplourde
Created April 4, 2016 17:36
Show Gist options
  • Save mplourde/bbdee222fe53f7d81b8d08bcd8c73e86 to your computer and use it in GitHub Desktop.
Save mplourde/bbdee222fe53f7d81b8d08bcd8c73e86 to your computer and use it in GitHub Desktop.
sql_query(cnxn, "
SELECT MIN(media_week_id) 'min_media_week',
MAX(media_week_id) 'max_media_week'
FROM availability_estimation_inputs
")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment