Advertisement
Guest User

Untitled

a guest
Aug 29th, 2016
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. alias EctoTest.Repo
  2.  
  3. import Ecto.Query
  4.  
  5. Repo.all(from d in "department", select: [d.department_id, d.name])
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement