sqlite 命令学习笔记
sqlite 命令
- 点命令(指以点开头的命令),内置命令.
- 标准sql语句.
内置命令
- .help
- .databases
- .schema
- .tables
- .output
应用
- 备份与还原 .backup .restore
- 查看表结构 .schema
- 列出当前的表 .tables
妙用
如何输出只要的东西 使用 .output file(file是指文件位置) .schema .tables select, insert …等等
如何输出只要的东西 使用 .output file(file是指文件位置) .schema .tables select, insert …等等