1683. Invalid Tweets

# Write your MySQL query statement below
select tweet_id from Tweets where LENGTH(content) > 15

Last updated