Skip to content

Instantly share code, notes, and snippets.

@harsha547
Created December 17, 2016 18:54
Show Gist options
  • Select an option

  • Save harsha547/189eeca8b8d2ba9c0e8e1803588144d1 to your computer and use it in GitHub Desktop.

Select an option

Save harsha547/189eeca8b8d2ba9c0e8e1803588144d1 to your computer and use it in GitHub Desktop.
Orange Cap holders in Indian Premier League Season wise
-- Orange Cap Holders in Indian Premier League Season wise
SELECT Season.Season_Year , Player.Player_Name
FROM
Season
INNER JOIN
Player
ON Season.Orange_Cap = Player.Player_Id
@harsha547
Copy link
Copy Markdown
Author

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment