gpt4 book ai didi

sql - 不支持表/列名称中的方括号?

转载 作者:行者123 更新时间:2023-11-29 11:53:36 24 4
gpt4 key购买 nike

postgresql 不支持表名、列名或数据类型中的方括号吗?

在 pgadmin 中运行查询时出现以下错误:

CREATE TABLE [Test];

ERROR: syntax error at or near "["

SQL 状态:42601

最佳答案

在 PostgreSQL 中你可以使用双引号:

CREATE TABLE "Test";

与列相同,SQL-Server 中使用方括号。

关于sql - 不支持表/列名称中的方括号?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37965562/

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