Created
April 4, 2021 01:54
-
-
Save shadabshaukat/22d9bf7c7299cf77586104aa19a6d4a8 to your computer and use it in GitHub Desktop.
SQL Queries Tweet
This file contains hidden or 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
| -- SQL Queries -- | |
| select tweet from V_LIVE_TWITTER_FEED; | |
| select count(*) from V_LIVE_TWITTER_FEED; | |
| select * from TWEET_LIVE_STREAM; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment