Skip to content

Instantly share code, notes, and snippets.

@shannah
Created June 25, 2014 22:52
Show Gist options
  • Save shannah/4a3f2113949730f9f6d8 to your computer and use it in GitHub Desktop.
Save shannah/4a3f2113949730f9f6d8 to your computer and use it in GitHub Desktop.
__sql__ = "select c.*,
ci.num_calls,
ci.last_call_result,
ci.last_call_time,
ci.last_student_decision,
ci.last_mentor_pref,
ci.combined_caller_comments
from current_call_list c left join contact_call_info ci on c.contact_id=ci.contact_id"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment