SQLITE入门-逐步讲解SQLITE命令行(二)
发布时间:2020-12-12 23:35:55 所属栏目:百科 来源:网络整理
导读:可以接着上一步操作,直接向DOS窗口输入.help命令来查看SQLite的所有命令行及解释如下: F:/sqlite3 SQLite version 3.6.16 Enter ".help" for instructions Enter SQL statements terminated with a ";" sqlite .help 也可以ctrl+c结束命令,想DOS窗口 输入
可以接着上一步操作,直接向DOS窗口输入.help命令来查看SQLite的所有命令行及解释如下: F:/>sqlite3SQLite version 3.6.16 Enter ".help" for instructions Enter SQL statements terminated with a ";" sqlite> .help 也可以ctrl+c结束命令,想DOS窗口 输入sqlite3执行后再输入.help命令如下: F:/>sqlite3SQLite version 3.6.16 Enter ".help" for instructions Enter SQL statements terminated with a ";" sqlite> .help 显示如下: |