From b103e9351114329496c0397b9b2a1e6abf623727 Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Fri, 16 Feb 2024 21:12:10 -0500 Subject: [PATCH] Update _index.md --- content/en/docs/Quick-start/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/Quick-start/_index.md b/content/en/docs/Quick-start/_index.md index f98b5d5..347b19c 100644 --- a/content/en/docs/Quick-start/_index.md +++ b/content/en/docs/Quick-start/_index.md @@ -29,7 +29,7 @@ $ rqlite | CREATE TABLE foo (id INTEGER NOT NULL PRIMARY KEY, name TEXT) | +-----------------------------------------------------------------------------+ 127.0.0.1:4001> INSERT INTO foo(name) VALUES("fiona") -1 row affected (0.000080 sec) +1 row affected 127.0.0.1:4001> SELECT * FROM foo +----+-------+ | id | name |