Skip to content

Commit

Permalink
Time: 508 ms (98.04%) | Memory: 0B (100.00%) - LeetSync
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimple-01 committed Jun 14, 2024
1 parent eb3f936 commit d92da86
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions 1827-invalid-tweets/invalid-tweets.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Write your MySQL query statement below
select tweet_id
from Tweets
where length(content) > 15;

0 comments on commit d92da86

Please sign in to comment.