gpt4 book ai didi

sqlite - 执行 SQLite 脚本

转载 作者:IT王子 更新时间:2023-10-29 06:16:54 25 4
gpt4 key购买 nike

我使用以下命令启动 sqlite3 版本 3.7.7,unix 11.4.2:

sqlite3 auction.db

其中 auction.db 尚未创建。

sqlite> auction.db < create.sql;

给我这个错误:near "auction": syntax error

如何运行脚本?

最佳答案

您想提供 create.sql进入sqlite3来自 shell,而不是来自 SQLite 本身:

$ sqlite3 auction.db < create.sql

SQLite 的 SQL 版本不理解 <对于文件,您的 shell 会。

关于sqlite - 执行 SQLite 脚本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11643611/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com