Skip to content

Instantly share code, notes, and snippets.

@halgari
Created February 24, 2016 16:37
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 halgari/a0f4b3cf76044576c8a6 to your computer and use it in GitHub Desktop.
Save halgari/a0f4b3cf76044576c8a6 to your computer and use it in GitHub Desktop.
(q '[:find ?student-id ?model
:in $ ?year
:where
[?student-id :student/teacher ?teacher-id]
[?teacher-id :teacher/car ?car-id]
[?car-id :car/year ?year]
[?car-id :car/model ?model]]
db
2012)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment