1683. Invalid Tweets
https://leetcode.com/problems/invalid-tweets/description/
select tweet_id from tweets where length(content) > 15;
1683. Invalid Tweets
https://leetcode.com/problems/invalid-tweets/description/
select tweet_id from tweets where length(content) > 15;