문제
입력 코드
SELECT tweet_id
FROM Tweets
WHERE LENGTH(content) > 15
코드 설명
#SELECT #WHERE #LENGTH
문제 출처
'SQL' 카테고리의 다른 글
#81. [LeetCode / MySQL] 1068. Product Sales Analysis I (0) | 2023.09.07 |
---|---|
#80. [LeetCode / MySQL] 1378. Replace Employee ID With The Unique Identifier (0) | 2023.09.06 |
#78. [LeetCode / MySQL] 1148. Article Views I (0) | 2023.09.04 |
#77. [LeetCode / MySQL] 595. Big Countries (0) | 2023.09.03 |
#76. [LeetCode / MySQL] 584. Find Customer Referee (0) | 2023.09.02 |