mirror of
https://github.com/dotnetcore/FreeSql.git
synced 2026-02-10 10:20:55 +08:00
update
2
表达式函数.md
2
表达式函数.md
@@ -10,7 +10,7 @@ var t1 = fsql.Select<T>()
|
||||
//WHERE (a.`Id` in (1,2,3))
|
||||
```
|
||||
|
||||
> 已优化,防止 where in 元素多过的 SQL 错误
|
||||
> 已优化,防止 where in 元素多过的 SQL 错误,如:[Err] ORA-01795: maximum number of expressions in a list a 1000
|
||||
|
||||
原来:where id in (1..1333)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user