Skip to content

Instantly share code, notes, and snippets.

@mark
Forked from zobar/gist:1265410
Created October 5, 2011 19:31
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 mark/1265415 to your computer and use it in GitHub Desktop.
Save mark/1265415 to your computer and use it in GitHub Desktop.
select:
applicants:
- cas_id
- last_name
- first_name
designations:
- date_locked
statuses:
- name
join:
applicants:
designations:
match:
- designations: applicant_id
- applicants: id
statuses:
match:
- designations: application_status_id
- statuses: id
where:
applicants:
association_id: 11
statuses:
show: true
order:
applicants:
- last_name
- first_name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment