Created
April 4, 2016 17:36
-
-
Save mplourde/bbdee222fe53f7d81b8d08bcd8c73e86 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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