Skip to content

Instantly share code, notes, and snippets.

@nassredean
Last active June 1, 2016 21:59
Show Gist options
  • Select an option

  • Save nassredean/23badb3bb898fcd8749f5bf948827d1b to your computer and use it in GitHub Desktop.

Select an option

Save nassredean/23badb3bb898fcd8749f5bf948827d1b to your computer and use it in GitHub Desktop.
+------------+----------+---------------+
| store_id | amount | amount_rank |
|------------+----------+---------------|
| 1 | 40000.0 | 1 |
| 1 | 30000.0 | 2 |
| 1 | 30000.0 | 2 |
| 1 | 10000.0 | 4 |
| 2 | 19000.0 | 1 |
| 2 | 11400.0 | 2 |
| 2 | 11000.0 | 3 |
| 2 | 10000.0 | 4 |
| 3 | 21000.0 | 1 |
| 3 | 21000.0 | 1 |
| 3 | 14000.0 | 3 |
| 3 | 14000.0 | 3 |
+------------+----------+---------------+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment