mirror of
https://github.com/dotnetcore/FreeSql.git
synced 2026-02-05 07:50:52 +08:00
Merge branch 'master' of https://github.com/2881099/FreeSql.wiki
2
多表查询.md
2
多表查询.md
@@ -143,7 +143,7 @@ fsql.Select<Topic>().ToList(a => new {
|
||||
//FROM `Topic` a
|
||||
```
|
||||
|
||||
> 提示:子查询 string.Join + ToList 适配了 sqlserver/pgsql/oracle/mysql/sqlite/达梦/金仓 [#405](https://github.com/dotnetcore/FreeSql/issues/405)
|
||||
> 提示:子查询 string.Join + ToList 适配了 sqlserver/pgsql/oracle/mysql/sqlite/firebird/达梦/金仓 [#405](https://github.com/dotnetcore/FreeSql/issues/405)
|
||||
|
||||
## 8、子表First/Count/Sum/Max/Min/Avg
|
||||
```csharp
|
||||
|
||||
Reference in New Issue
Block a user