Skip to content

Instantly share code, notes, and snippets.

@kamakazikamikaze
Last active July 13, 2017 13:26
Show Gist options
  • Save kamakazikamikaze/e7874317c0553eb8cbf432efcd6ca514 to your computer and use it in GitHub Desktop.
Save kamakazikamikaze/e7874317c0553eb8cbf432efcd6ca514 to your computer and use it in GitHub Desktop.
select sum(battles), stats.tank_id, short_name, tier, is_premium from stats, tanks where tanks.tank_id=stats.tank_id group by stats.tank_id;
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment