Skip to content

1683. Invalid Tweets

1
2
3
SELECT tweet_id
FROM Tweets
WHERE CHAR_LENGTH(content) > 15;