Skip to content

Instantly share code, notes, and snippets.

@riceissa
Created April 13, 2018 02:43
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 riceissa/bb129cff0cae8f0989928842bc5dfe63 to your computer and use it in GitHub Desktop.
Save riceissa/bb129cff0cae8f0989928842bc5dfe63 to your computer and use it in GitHub Desktop.
mysql> select donor,donee,influencer from donations where influencer REGEXP ',';
+------------------------------------------------------------------------+--------------------------------------+--------------------------------------------+
| donor | donee | influencer |
+------------------------------------------------------------------------+--------------------------------------+--------------------------------------------+
| Open Philanthropy Project | Beth Israel Deaconess Medical Center | Chris Somerville,Heather Youngs |
| Open Philanthropy Project | Urban Institute | Luke Muehlhauser,Alexander Berger |
| Open Philanthropy Project | 80,000 Hours | Nick Beckstead,Nicole Ross |
| Good Ventures/not recommended by GiveWell or Open Philanthropy Project | Startup:Education | Mark Zuckerberg,Priscilla Chan,Cory Booker |
+------------------------------------------------------------------------+--------------------------------------+--------------------------------------------+
4 rows in set (0.05 sec)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment