From ae9e2c244520ba8bfc8fc8f26de50501e1704d0b Mon Sep 17 00:00:00 2001 From: 2881099 <2881099@users.noreply.github.com> Date: Tue, 15 Sep 2020 16:31:15 +0800 Subject: [PATCH] =?UTF-8?q?Updated=20=E5=A4=9A=E8=A1=A8=E6=9F=A5=E8=AF=A2?= =?UTF-8?q?=20(markdown)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 多表查询.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/多表查询.md b/多表查询.md index 68f3276..f7a3c7e 100644 --- a/多表查询.md +++ b/多表查询.md @@ -143,7 +143,7 @@ fsql.Select().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