Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save mistercrunch/ec187306a1d7048acedf0b5c93b607b9 to your computer and use it in GitHub Desktop.
Save mistercrunch/ec187306a1d7048acedf0b5c93b607b9 to your computer and use it in GitHub Desktop.
SELECT generate_aggregate_2_filters( 'video_views_102384', '2016-06-01 00:00:00', '{ ds }' ,'viewer_application_name','viewer_os_version');
should be
SELECT generate_aggregate_2_filters( 'video_views_102384', '2016-06-01 00:00:00', ds ,'viewer_application_name','viewer_os_version');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment