gpt4 book ai didi

sqlite - 使用 SQLite3 创建数据库和表

转载 作者:行者123 更新时间:2023-12-03 17:39:00 26 4
gpt4 key购买 nike

我已经使用SQLIte3 创建了数据库,然后向其中添加了。然后我关闭了 terminal 并重新打开它。

我输入命令sqlite3,然后输入select * from tableName; 它说找不到表。

认为我必须先选择数据库,然后键入上面的select 语句才能工作。那我该怎么做呢?

show databases; 等 SQL 命令无法识别。

最佳答案

你必须在终端上输入sqlite3 DB_NAME 来打开数据库。然后你可以看到类似 sqlite3> 的 sqlite 提示。你可以在那里输入命令 select * from tableName,这样你的表就会被列出来。您还可以尝试使用 .schema 命令来查看数据库的架构。引用本站http://www.sqlite.org/了解更多详情。

关于sqlite - 使用 SQLite3 创建数据库和表,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9953514/

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