From 9caeb049537e5ea43c744218b1563137eb6b0549 Mon Sep 17 00:00:00 2001 From: 2881099 <2881099@users.noreply.github.com> Date: Tue, 28 Apr 2020 17:31:46 +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 62b7829..247367d 100644 --- a/多表查询.md +++ b/多表查询.md @@ -61,7 +61,7 @@ fsql.Select().From((s, b, c) => s //FROM `Topic` a //LEFT JOIN `Category` b ON a.`CategoryId` = b.`Id` //LEFT JOIN `CategoryType` c ON b.`ParentId` = c.`Id` -WHERE c. `Id` > 0 +//WHERE c. `Id` > 0 ``` ## 3、SQL联表