Skip to content

Instantly share code, notes, and snippets.

@amandasposito
Created September 3, 2016 14:59
Show Gist options
  • Save amandasposito/b427c446765800a750a4a7baa486ade0 to your computer and use it in GitHub Desktop.
Save amandasposito/b427c446765800a750a4a7baa486ade0 to your computer and use it in GitHub Desktop.
# Create a query
query = from u in User, where: u.age > 18
# Extend the query
query = from u in query, select: u.name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment