2025-08-10 10:10:37 +0000 UTC

Invalid Tweets

Code

SELECT
    Tweets.tweet_id
FROM
    Tweets
WHERE
    LENGTH(Tweets.content) > 15