Skip to content

Commit a823939

Browse files
committed
finish Invalid Tweets
1 parent 6eea688 commit a823939

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

SQL/SQL-50/Invalid Tweets.sql

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
select tweet_id from Tweets
2+
where length(content) > 15;

0 commit comments

Comments
 (0)