Created
November 5, 2014 01:33
-
-
Save robinfang/0c3ee9cdc1d3ad02065a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| select c from (SELECT count(*) as c, weibo.uid FROM demo.weibo join user on weibo.uid = user.uid group by weibo.uid order by c desc) as temp where c > 5; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment