您好我正在尝试使用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);"
有人可以帮忙吗? 感谢。