我可以在 shell 提示符下打开 sqlite db:
sqlite3 test.db
当我输入 sqlite3 进入 sqlite 环境时,如何在 sqlite 提示符下打开 test.db?
输入是没有用的
~$ sqlite3
SQLite version 3.7.13 2012-06-11 02:05:22
Enter ".help" for instructions
Enter SQL statements terminated with a ";"
sqlite> sqlite3 test.db