(25.03.01)
유효하지 않은 트윗의 아이디를 순서 상관없이 찾아라. 글자수가 15초과이면 유효하지 않다.
LENGTH 함수를 이용하는 문제이다.
select tweet_id from Tweets where length(content) > 15;