Liking cljdoc? Tell your friends :D

:where

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 builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close