From a0acfcadb6bce296349f11e14026e4b691279a0a Mon Sep 17 00:00:00 2001 From: zzg <89518224+zhang-zhonggui@users.noreply.github.com> Date: Sun, 13 Oct 2024 23:13:46 +0800 Subject: [PATCH] =?UTF-8?q?Update=20SQL=20=E7=BB=83=E4=B9=A0.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit leedcode新的练习库 --- "notes/SQL \347\273\203\344\271\240.md" | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git "a/notes/SQL \347\273\203\344\271\240.md" "b/notes/SQL \347\273\203\344\271\240.md" index 97421e1db9..bd9e8fd53c 100644 --- "a/notes/SQL \347\273\203\344\271\240.md" +++ "b/notes/SQL \347\273\203\344\271\240.md" @@ -57,8 +57,8 @@ SELECT name, FROM World WHERE - area > 3000000 - OR population > 25000000; + area >= 3000000 + OR population >= 25000000; ``` ### SQL Schema