Skip to content

Instantly share code, notes, and snippets.

@dataminelab
Created August 20, 2011 15:36
Show Gist options
  • Save dataminelab/1159244 to your computer and use it in GitHub Desktop.
Save dataminelab/1159244 to your computer and use it in GitHub Desktop.
Selecting unique visitors in Hive
SELECT COUNT(DISTINCT user_id) FROM page_views
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment