From 5441cb548806d4dffd63bd7cc3d488a381c71dd8 Mon Sep 17 00:00:00 2001 From: JC <11434205+dijonkitchen@users.noreply.github.com> Date: Fri, 7 Feb 2020 10:31:57 -0800 Subject: [PATCH] docs: clarify SQL `AND` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 435aa2e..6a9c2b4 100644 --- a/README.md +++ b/README.md @@ -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 :*)