Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save mistercrunch/3ca029a27f52e24274eb09296ad54daa to your computer and use it in GitHub Desktop.
Save mistercrunch/3ca029a27f52e24274eb09296ad54daa 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