-- 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