gpt4 book ai didi

sqlite - 如果不在 SQLite 中指定新列的数据类型怎么办?

转载 作者:行者123 更新时间:2023-12-03 17:41:52 25 4
gpt4 key购买 nike

如果不指定新列的数据类型怎么办

ALTER TABLE celebs 
ADD COLUMN twitter_handle TEXT; #what if we don't specify it's datatype TEXT?

SELECT * FROM celebs;

最佳答案

对于sqlite,类型不是必需的。默认类型关联将为 NUMERIC。参见 official documentation了解更多详情。

关于sqlite - 如果不在 SQLite 中指定新列的数据类型怎么办?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56801209/

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