Skip to content

Commit c37cd72

Browse files
committed
1683
1 parent b88f23d commit c37cd72

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

1683-invalid-tweets.sql

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Write your MySQL query statement below
2+
SELECT tweet_id
3+
FROM Tweets
4+
WHERE LENGTH(content) > 15;

0 commit comments

Comments
 (0)