From 910ea5a442d36e2e3ed1ae838c3f0e5b83a0daa9 Mon Sep 17 00:00:00 2001 From: drewdaemon Date: Wed, 28 May 2025 11:54:35 -0600 Subject: [PATCH] Add SAMPLE --- src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.ts b/src/index.ts index 8f8cf48..c8ba9e7 100644 --- a/src/index.ts +++ b/src/index.ts @@ -21,6 +21,7 @@ const commands = [ 'RENAME', 'RIGHT JOIN', 'ROW', + 'SAMPLE', 'SHOW', 'SORT', 'STATS',