【!!!求解!!!】如何通过批处理文件进行创建sqlite数据表操作
如何通过批处理文件进行创建sqlite数据表操作,
首先我已经把sqlite3.exe拷贝至windows目录下
C:\>sqlite3
SQLite version 3.6.20
Enter ".help" for instructions
Enter SQL statements terminated with a ";"
sqlite>
当我使用批处理命令的时候发现下列语句
Create TABLE admin(username text,age integer);
根本就是无法输入
求解呀!