我正在使用Mac OS X,我想创建一个新的SQLite数据库,我使用http://www.sqlite.org/quickstart.html作为参考.
我正在进入:sqlite3 test.db
并得到答复:
SQLite version 3.6.12
Enter ".help" for instructions
Enter SQL statements terminated with a ";"
Run Code Online (Sandbox Code Playgroud)
为什么会这样?
sqlite ×1