标签: sqlite centos
我可以从Java (JDBC)与数据库连接,但是当我尝试通过shell连接时,出现此错误:
(JDBC)
sqlite> attach database "databse.sqlite" as sm; Error: malformed database schema (VIEW_CALLS) - near "(": syntax error
我的shell命令是:
attach database databse.sqlite as db1;