Skip to content

Instantly share code, notes, and snippets.

@abadongutierrez
Created August 29, 2016 06:28
Show Gist options
  • Save abadongutierrez/9e9693a5d0cd191b80ce3503d219508c to your computer and use it in GitHub Desktop.
Save abadongutierrez/9e9693a5d0cd191b80ce3503d219508c to your computer and use it in GitHub Desktop.
Repo.all(from e in "employee",
select: [e.employee_id, e.first_name, e.last_name])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment