Skip to content

Conversation

@Frisk0316
Copy link
Owner

SELECT tweet_id
FROM tweets
WHERE CHAR_LENGTH(content) > 15
(strictly > 15)

SELECT tweet_id
FROM tweets 
WHERE CHAR_LENGTH(content) > 15 
(strictly > 15)
@Frisk0316 Frisk0316 merged commit 83620ee into main May 5, 2023
@Frisk0316
Copy link
Owner Author

finished at 2023/05/05

Runtime beats 55.79%

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants