命令行和adb问题

时间:2015-11-07 17:13:41

标签: android cmd sqlite adb

您好我正在尝试使用adb

从命令行执行sql查询
adb.exe shell su -c "sqlite3 /data/system/users/0/accounts.db -c 'insert into accounts (name,type,password) values ('test','test','test');'"

并出错:

sqlite3: Error: too many options: "insert into accounts (name,type,password) values (test,test,test);"

有人可以帮忙吗? 感谢。

0 个答案:

没有答案