Merge branch 'master' of https://github.com/2881099/FreeSql.wiki

28810
2020-09-16 12:35:30 +08:00

@@ -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