diff --git a/src/modules/intelligence/intelligence.service.ts b/src/modules/intelligence/intelligence.service.ts index 93e104a..b977d74 100644 --- a/src/modules/intelligence/intelligence.service.ts +++ b/src/modules/intelligence/intelligence.service.ts @@ -10,9 +10,9 @@ export interface ChQueryResult { const SAFE_QUERIES: Record) => string> = { money_raise_all: () => - \`SELECT category, subcategory, region, stage, title, content, format, tags, source, language + `SELECT category, subcategory, region, stage, title, content, format, tags, source, language FROM money_raise.knowledge_base - ORDER BY category, subcategory LIMIT 500\`, + ORDER BY category, subcategory LIMIT 500`, tables: () =>