Skip to content

Instantly share code, notes, and snippets.

@ldenson11
Last active October 25, 2019 21:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ldenson11/993efcc9e9f03135b0d87fb9168147e9 to your computer and use it in GitHub Desktop.
Save ldenson11/993efcc9e9f03135b0d87fb9168147e9 to your computer and use it in GitHub Desktop.
-- union two different virtual tables
SELECT * FROM clickstream
WHERE useragent = 'Chrome/62.0.3202.84 Mobile Safari/537.36'
UNION ALL
SELECT * FROM clickstream
WHERE useragent = 'Version/4.0 Chrome/58.0.3029.83 Mobile Safari/537.36'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment