fix README_CN.md syntax
This commit is contained in:
parent
c84441e264
commit
36f9d8230a
|
@ -246,7 +246,7 @@ counts, err := engine.Count(&user)
|
|||
```Go
|
||||
err := engine.Where(builder.NotIn("a", 1, 2).And(builder.In("b", "c", "d", "e"))).Find(&users)
|
||||
// SELECT id, name ... FROM user WHERE a NOT IN (?, ?) AND b IN (?, ?, ?)
|
||||
``
|
||||
```
|
||||
|
||||
# 案例
|
||||
|
||||
|
|
Loading…
Reference in New Issue