SQL/문제풀이
Invalid Tweets _ Easy. leetcode
데이터분석가 이채은
2024. 8. 27. 09:00
Solution
SELECT tweet_id
FROM Tweets
WHERE LENGTH(content) > 15;