暂无图片
返回数说广场
2023-12-10
表定义如下: postgres=# \d+ uppertest Table "public.uppertest" Column | Type | Collation | Nullable | Default | Storage | Stats target | Description --------+---------+-----------+----------+---------+---------+--------------+------------- UU | integer | | | | plain | | 使用insert into uppertest(UU) values(1); 插入数据是否成功? 错误 由于 PostgreSQL 默认对SQL语句转化为小写,因此SQL如下方能成功:insert into uppertest("UU") values(1);
#日有所学#
0
暂无图片 0
177
分享

评论

热门数说