HTMLify

LeetCode - Invalid Tweets - MySQL
Views: 166 | Author: abh
SELECT tweet_id FROM Tweets WHERE CHAR_LENGTH(content) > 15;

Comments