Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试将一个大型 SQL 文件(约 0.5 GB)读入 SQLite。在我使用 .read "filename" 之后,我得到了
Error: near line 25: near "AUTO_INCREMENT": syntax error Error: near line 52: near "LOCK": syntax error
光标闪烁一会儿,然后整个应用程序关闭。我是否正确读取文件?如果无法打开文件,如何修复错误?
谢谢!
看起来您的文件包含来自不同基于 SQL 的数据库产品的 DDL SQL 语句。如果您需要更多帮助,请发布文件内容(至少是第 25 和 52 行的命令)。