docs: clarify SQL AND
This commit is contained in:
parent
370ff4f45d
commit
5441cb5488
1 changed files with 1 additions and 1 deletions
|
|
@ -119,7 +119,7 @@ To add to clauses instead of replacing them, use `merge-select`, `merge-where`,
|
|||
=> ["SELECT a, b, c, d, e FROM foo WHERE (f.a = ? AND b > ?)" "baz" 10]
|
||||
```
|
||||
|
||||
`where` will combine multiple clauses together using and:
|
||||
`where` will combine multiple clauses together using SQL's `AND`:
|
||||
|
||||
```clojure
|
||||
(-> (select :*)
|
||||
|
|
|
|||
Loading…
Reference in a new issue