Skip to content

Instantly share code, notes, and snippets.

@pareeohnos
Created December 5, 2016 11:33
Show Gist options
  • Save pareeohnos/451a8312e81cbe869a25ae4ff3145138 to your computer and use it in GitHub Desktop.
Save pareeohnos/451a8312e81cbe869a25ae4ff3145138 to your computer and use it in GitHub Desktop.
case type do
:max -> select(query, [s, w], %{ id: w.id, summary: max(s.reading) })
_ -> select(query, [s, w], %{ id: w.id, summary: avg(s.reading) })
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment