We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b88f23d commit c37cd72Copy full SHA for c37cd72
1683-invalid-tweets.sql
@@ -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