Updated 多表查询 (markdown)

2881099
2020-09-15 16:31:15 +08:00
parent 9d7002498f
commit ae9e2c2445

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