加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 百科 > 正文

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

发布时间:2020-12-12 19:57:20 所属栏目:百科 来源:网络整理
导读:.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 attache
  1. .backup ?DB? FILE Backup DB (default "main") to FILE
  2. 备份分贝?备份数据库(默认的“主”的文件
  3. .bail ON|OFF Stop after hitting an error. Default OFF
  4. 打一个错误。|下车后保释。默认关闭
  5. .databases List names and files of attached databases
  6. 数据库名称列表附加的数据库文件
  7. .dump ?TABLE? ... Dump the database in an SQL text format
  8. 而倾倒呢?表?在一个SQL文本格式转储数据库
  9. If TABLE specified,only dump tables matching
  10. 如果指定的表只转储匹配
  11. LIKE pattern TABLE.
  12. 像模式
  13. .echo ON|OFF Turn command echo on or off
  14. 关掉|回声回声
  15. .exit Exit this program
  16. 退出该程序
  17. .explain ?ON|OFF? Turn output mode suitable for EXPLAIN on or off.
  18. 解释|呢?打开或关闭输出模式适用于解释
  19. With no args,it turns EXPLAIN on.
  20. 没有参数结果解释
  21. .header(s) ON|OFF Turn display of headers on or off
  22. (S)|关闭或关闭标题显示
  23. .help Show this message
  24. 帮助显示此消息
  25. .import FILE TABLE Import data from FILE into TABLE
  26. 表中导入文件导入数据从文件导入
  27. .indices ?TABLE? Show names of all indices
  28. 指标表?显示所有指标名称
  29. If TABLE specified,only show indices for tables
  30. 如果指定的表只显示指数
  31. matching LIKE pattern TABLE.
  32. LIKE模式匹配
  33. .load FILE ?ENTRY? Load an extension library
  34. 加载文件进入?加载扩展
  35. .log FILE|off Turn logging on or off. FILE can be stderr/stdout
  36. 日志文件了。|打开或关闭日志记录。文件可以stderrstdout
  37. .mode MODE ?TABLE? Set output mode where MODE is one of:
  38. 模式表?设置输出模式,模式就是其中的一个
  39. csv Comma-separated values
  40. CSV逗号分隔值
  41. column Left-aligned columns. (See .width)
  42. 左对齐的列的列。(见宽度)
  43. html HTML <table> code
  44. HTML HTML代码> <
  45. insert SQL insert statements for TABLE
  46. 插入SQL的INSERT语句
  47. line One value per line
  48. 线
  49. list Values delimited by .separator string
  50. 分隔分隔符字符串列表中的值
  51. tabs Tab-separated values
  52. 制表符tab分隔的
  53. tcl TCL list elements
  54. TCL TCL列表元素
  55. .nullvalue STRING Print STRING in place of NULL values
  56. nullvalue打印字符串字符串中的空值的地方
  57. .output FILENAME Send output to FILENAME
  58. 输出文件发送输出到文件
  59. .output stdout Send output to the screen
  60. 输出stdout输出发送到屏幕
  61. .prompt MAIN CONTINUE Replace the standard prompts
  62. 提示主要继续取代标准的提示
  63. .quit Exit this program
  64. 退出退出此程序
  65. .read FILENAME Execute SQL in FILENAME
  66. 文件执行SQL文件
  67. .restore ?DB? FILE Restore content of DB (default "main") from FILE
  68. 恢复?分贝?文件恢复的内容数据库(默认的“主”从文件
  69. .schema ?TABLE? Show the CREATE statements
  70. 模式表?显示创建报表
  71. If TABLE specified,only show tables matching
  72. 如果指定的表只显示的匹配
  73. LIKE pattern TABLE.
  74. 像模式
  75. .separator STRING Change separator used by output mode and .import
  76. 通过改变分离器分离器字符串输出模式和进口
  77. .show Show the current values for various settings
  78. 显示各种设定的电流值
  79. .stats ON|OFF Turn stats on or off
  80. |关掉状态或关闭状态
  81. .tables ?TABLE? List names of tables
  82. 表?表的列表的名称
  83. If TABLE specified,only list tables matching
  84. 如果表中指定的只有匹配
  85. LIKE pattern TABLE.
  86. 像模式
  87. .timeout MS Try opening locked tables for MS milliseconds
  88. 超时毫秒毫秒试着女士的锁口
  89. .width NUM1 NUM2 ... Set column widths for "column" mode
  90. 宽度num1 num2设置列宽的“”模式
  91. .timer ON|OFF Turn the CPU timer measurement on or off
  92. |定时器关闭打开或关闭CPU定时器测量

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读