Created
April 25, 2022 14:02
-
-
Save morsapaes/9face1a9b21a9fb798f1876bbfc4915a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SELECT * | |
FROM twitter_tweets_enriched | |
WHERE username IN (SELECT username FROM users_not_there) | |
ORDER BY created_at DESC; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment