📜  sqlite 命令 - SQL 代码示例

📅  最后修改于: 2022-03-11 15:05:04.335000             🧑  作者: Mango

代码示例1
sqlite commands
src = https://www.sitepoint.com/getting-started-sqlite3-basic-commands/
-----------------------------
.show    Displays current settings for various parameters
.databases    Provides database names and files
.quit    Quit sqlite3 program
.tables    Show current tables
.schema    Display schema of table
.header    Display or hide the output table header
.mode    Select mode for the output table
.dump    Dump database in SQL text format