Sqlite3 .help里面管理工具的所有用法

Sqlite3 .help里面管理工具的所有用法,第1张

概述.backup ?DB? FILE Backup DB (default "main") to FILE 。备份?分贝?备份数据库(默认的“主”)的文件 .bail ON|OFF Stop after hitting an error. Default OFF 打一个错误。|下车后保释。默认关闭 .databases List names and files of attached databas .backup ?DB? file Backup DB (default "main") to file 备份分贝?备份数据库(默认的“主”的文件 .bail ON|OFF Stop after hitting an error. Default OFF 打一个错误。|下车后保释。默认关闭 .databases List names and files of attached databases 数据库名称列表附加的数据库文件 .dump ?table? ... Dump the database in an sql text format 而倾倒呢?表?在一个sql文本格式转储数据库 If table specifIEd,only dump tables matching 如果指定的表只转储匹配 liKE pattern table. 像模式 .echo ON|OFF Turn command echo on or off 关掉|回声回声 .exit Exit this program 退出该程序 .explain ?ON|OFF? Turn output mode suitable for EXPLAIN on or off. 解释|呢?打开或关闭输出模式适用于解释 With no args,it turns EXPLAIN on. 没有参数结果解释 .header(s) ON|OFF Turn display of headers on or off (S)|关闭或关闭标题显示 .help Show this message 帮助显示此消息 .import file table import data from file into table 表中导入文件导入数据从文件导入 .indices ?table? Show names of all indices 指标表?显示所有指标名称 If table specifIEd,only show indices for tables 如果指定的表只显示指数 matching liKE pattern table. liKE模式匹配 .load file ?ENTRY? Load an extension library 加载文件进入?加载扩展 .log file|off Turn logging on or off. file can be stderr/stdout 日志文件了。|打开或关闭日志记录。文件可以stderrstdout .mode MODE ?table? Set output mode where MODE is one of: 模式表?设置输出模式,模式就是其中的一个 csv Comma-separated values CSV逗号分隔值 column left-aligned columns. (See .wIDth) 左对齐的列的列。(见宽度) HTML HTML <table> code HTML HTML代码> < insert sql insert statements for table 插入sql的INSERT语句 line One value per line 线 List Values delimited by .separator string 分隔分隔符字符串列表中的值 tabs Tab-separated values 制表符tab分隔的 tcl TCL List elements TCL TCL列表元素 .nullvalue STRING Print STRING in place of NulL values nullvalue打印字符串字符串中的空值的地方 .output filename Send output to filename 输出文件发送输出到文件 .output stdout Send output to the screen 输出stdout输出发送到屏幕 .prompt MAIN CONTINUE Replace the standard prompts 提示主要继续取代标准的提示 .quit Exit this program 退出退出此程序 .read filename Execute sql in filename 文件执行sql文件 .restore ?DB? file Restore content of DB (default "main") from file 恢复?分贝?文件恢复的内容数据库(默认的“主”从文件 .schema ?table? Show the CREATE statements 模式表?显示创建报表 If table specifIEd,only show tables matching 如果指定的表只显示的匹配 liKE pattern table. 像模式 .separator STRING Change separator used by output mode and .import 通过改变分离器分离器字符串输出模式和进口 .show Show the current values for varIoUs settings 显示各种设定的电流值 .stats ON|OFF Turn stats on or off |关掉状态或关闭状态 .tables ?table? List names of tables 表?表的列表的名称 If table specifIEd,only List tables matching 如果表中指定的只有匹配 liKE pattern table. 像模式 .timeout MS Try opening locked tables for MS milliseconds 超时毫秒毫秒试着女士的锁口 .wIDth NUM1 NUM2 ... Set column wIDths for "column" mode 宽度num1 num2设置列宽的“”模式 .timer ON|OFF Turn the cpu timer measurement on or off |定时器关闭打开或关闭cpu定时器测量 总结

以上是内存溢出为你收集整理的Sqlite3 .help里面管理工具的所有用法全部内容,希望文章能够帮你解决Sqlite3 .help里面管理工具的所有用法所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://www.outofmemory.cn/sjk/1171828.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-06-02
下一篇 2022-06-02

发表评论

登录后才能评论

评论列表(0条)

保存