Created
October 4, 2016 22:30
-
-
Save Imperat/37759bc3433f9f44dc7890f14f341171 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
| Топ-5 лучших бомбардиров в каждом чемпионате! вух вух вух! | |
| select Count(*) as count, Goal.author from Goal inner join Matches on match = Matches.ID | |
| inner join League on Matches.league_id = League.id | |
| where DATEDIFF(day,Matches.date, League.end_date)<32 group by author; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment