From ac3f91efe1d483add3dd723ec601b53a0d9bfb72 Mon Sep 17 00:00:00 2001 From: Gajendra Malviya Date: Thu, 7 May 2026 23:53:26 +0530 Subject: [PATCH] Fix typos and SQL syntax errors in README examples MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Fix "MondoDB" → "MongoDB" typo - Fix incorrect semicolon delimiter in CREATE KNOWLEDGE_BASE (should be comma) - Fix broken WHERE clause: replace period with AND operator --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fa9fd58c898..4ae2956ea21 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,7 @@ SELECT SUM(ExpectedRevenue) AS open_pipeline FROM salesforce.opportunities WHERE close_date >= CURDATE() ---use the same dialect to retrieve even from a non-SQL database, like MondoDB +--use the same dialect to retrieve even from a non-SQL database, like MongoDB SELECT COUNT(*) AS negative_emails_last_30_days FROM mongodb.support_tickets WHERE sentiment = 'negative' @@ -137,14 +137,15 @@ Join vectorized and structured data inside a