Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 2994402

Browse files
Update README.md
1 parent 68d37ca commit 2994402

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎README.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ pip install sqlalchemy-json-querybuilder
4747

4848
```sql
4949
SELECT field_1, field_2..field_n FROM some_table WHERE
50-
(and_criterion_dict_1 AND and_criterion_dict_1 AND and_criterion_dict_n)
50+
(and_criterion_dict_1 AND and_criterion_dict_2 AND....AND and_criterion_dict_n)
5151
AND
52-
(or_criterion_dict_1 OR or_criterion_dict_1 OR or_criterion_dict_1);
52+
(or_criterion_dict_1 OR or_criterion_dict_2 OR....OR or_criterion_dict_n);
5353
```
5454

5555
## Usage

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /