From 95db1720597625c1b5cf36639ac20884df5cdb74 Mon Sep 17 00:00:00 2001 From: Xingyu Wang Date: Sun, 14 Feb 2021 13:16:12 +0800 Subject: [PATCH] PRF --- published/20210204 A hands-on tutorial of SQLite3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/published/20210204 A hands-on tutorial of SQLite3.md b/published/20210204 A hands-on tutorial of SQLite3.md index ce67ba10e4..057e0ce98e 100644 --- a/published/20210204 A hands-on tutorial of SQLite3.md +++ b/published/20210204 A hands-on tutorial of SQLite3.md @@ -47,7 +47,7 @@ Use ".open FILENAME" to reopen on a persistent database. sqlite> ``` -该命令将你使你处于 SQLite 的子 shell 中,因此现在的提示符是 SQLite 的提示符。你以前使用的 Bash 命令在这里将不再适用。你必须使用 SQLite 命令。要查看 SQLite 命令列表,请输入 `.help`: +该命令将使你处于 SQLite 的子 shell 中,因此现在的提示符是 SQLite 的提示符。你以前使用的 Bash 命令在这里将不再适用。你必须使用 SQLite 命令。要查看 SQLite 命令列表,请输入 `.help`: ``` sqlite> .help