Sqlite
文章目录
命令行使用指南
| 表格 | ||
| .tables | list tables | |
| .schema | table schema | |
| 数据库 | ||
| .databases | list databases | |
| select 结果展示 | ||
| .header on | 显示表头 | |
| .mode column | 按列展示;列对齐 |
列出 databese
.databses
列出 table
.tables
table 的信息 schema
.schema <your table>
创建表格
| |
文章作者
上次更新 2024-01-05 (5c92d1c)