Selects a subset of rows by applying predicate conditions to them before flowing onwards.
Just like SQL WHERE
.
[[:from :Customer]
[:where [< :age 42] [= :name "bob"]]]
See expression reference for information on expressions.
Can you improve this documentation?Edit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close