Created
June 17, 2020 12:13
-
-
Save vgiri2015/a7953cfc81b25b513423c717a5a1ccdd to your computer and use it in GitHub Desktop.
This file contains 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 A.id as id, count(*) as key from table A group by id order by key desc; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment