Skip to content

Instantly share code, notes, and snippets.

@karmiphuc
Forked from dbtlr/gist:8319639
Created September 15, 2015 09:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save karmiphuc/e71e23f76b1d379236ac to your computer and use it in GitHub Desktop.
Save karmiphuc/e71e23f76b1d379236ac to your computer and use it in GitHub Desktop.
RockThePost Coding challenge: expected result 2
+----+-------+-------------------------------+
| id | name | total_cold_inquiries_received |
+----+-------+-------------------------------+
| 2 | Mike | 1 |
| 4 | Bill | 2 |
| 5 | Kate | 1 |
| 6 | Sue | 1 |
| 7 | Linda | 2 |
| 8 | Mary | 1 |
+----+-------+-------------------------------+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment