我所创建语句如下:create index d1 on schema.info_table(cid);
返回信息:create index d1 on table info_table ignored
postgresql创建索引失败是咋回事呢?
- 写回答
- 好问题 0 提建议
- 关注问题
- 邀请回答
-
1条回答 默认 最新
浅夏和风 2022-09-22 09:47关注语句后面的分号是中文,改成英文试一下。
create index d1 on schema.employee(name);解决 无用评论 打赏 举报