leetcode

Leetcode submissions
git clone git://git.laack.co/leetcode.git
Log | Files | Refs | README

invalid-tweets.sql (94B)


      1 --Runtime: 1072ms Beats: 76.83%
      2 SELECT tweet_id
      3 FROM Tweets AS T
      4 WHERE LENGTH(T.content) > 15