Skip to content

Commit

Permalink
Time: 1147 ms (57.60%), Space: 0B (100.00%) - LeetHub
Browse files Browse the repository at this point in the history
  • Loading branch information
joseantoniochacon committed May 31, 2024
1 parent fb24f04 commit 14f0d72
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 1683-invalid-tweets/1683-invalid-tweets.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Write your MySQL query statement below
SELECT tweet_id FROM Tweets WHERE LENGTH(content) > 15;

0 comments on commit 14f0d72

Please sign in to comment.