1683. Invalid Tweets
2023-02-11 01:09

1683. Invalid Tweets

Problem
Solution
SELECT tweet_id
FROM Tweets
WHERE LENGTH(content) > 15
Coding Test
002

댓글