Skip to content

Commit

Permalink
Update _index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
otoolep committed Feb 17, 2024
1 parent 8fb7d94 commit b103e93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/docs/Quick-start/_index.md
Expand Up @@ -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 |
Expand Down

0 comments on commit b103e93

Please sign in to comment.