fix README_CN.md syntax

This commit is contained in:
miaolz123 2016-10-09 09:49:26 +08:00
parent c84441e264
commit 36f9d8230a
1 changed files with 1 additions and 1 deletions

View File

@ -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 (?, ?, ?)
``
```
# 案例