Skip to content

Instantly share code, notes, and snippets.

@bcardarella
Created July 22, 2015 10:27
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 bcardarella/584c8917f9f375b2bba3 to your computer and use it in GitHub Desktop.
Save bcardarella/584c8917f9f375b2bba3 to your computer and use it in GitHub Desktop.
q = from e in Event,
where: fragment("extract(month from ?) = ?", e.start_time, ^month) and fragment("extract(year from ?) = ?", e.start_time, ^year)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment