remove sql/sql from readme
This commit is contained in:
parent
004b75b86d
commit
b575439cb4
1 changed files with 0 additions and 4 deletions
|
|
@ -64,10 +64,6 @@ To add to clauses instead of replacing them, use `merge-select`, `merge-where`,
|
||||||
Queries can be nested:
|
Queries can be nested:
|
||||||
|
|
||||||
```clj
|
```clj
|
||||||
(sql/format
|
|
||||||
(sql/sql :select :*
|
|
||||||
:from :foo
|
|
||||||
:where [:in :foo.a (sql/sql :select :a :from :bar)]))
|
|
||||||
(sql/format
|
(sql/format
|
||||||
(-> (select :*)
|
(-> (select :*)
|
||||||
(from :foo)
|
(from :foo)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue