SQL中cannot create more than one clustered index 是啥错误啊

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了SQL中cannot create more than one clustered index 是啥错误啊相关的知识,希望对你有一定的参考价值。

设有个职员表Customers,其中包含客户姓名(Name)、客户ID(ID)等列执行如下语句:create clustered index idx on Customers (name)出现错误:Cannot create more than one clustered index

不能建立多余1的Culstered Index聚集索引 主键就是聚集索引。 参考技术A 你建数据库表的时候是不是把ID建成主键了?
每个数据库表只允许有一个主键的。

java.sql.SQLException: Cannot create com._51doit.pojo.User: com._51doit.pojo.User Query: select * fr

在从数据库中查询数据,并存入javabean中去时,报这个错误

技术图片

 

 

原因:在建立User类去存储信息时没有创建无参构造方法,创建一个无参构造方法即可

以上是关于SQL中cannot create more than one clustered index 是啥错误啊的主要内容,如果未能解决你的问题,请参考以下文章

手记解决启动SQL Server Management Studio 17时报Cannot find one of more components...的问题

jmeter连接数据库报java.sql.SQLException: Cannot create PoolableConnectionFactory?

Oracle 启动失败,错误 “SGA_MAX_SIZE 5368709120 cannot be set to more than MEMORY_TARGET 1593835520.”

Oracle 启动失败,错误 “SGA_MAX_SIZE 5368709120 cannot be set to more than MEMORY_TARGET 1593835520.”

Oracle 启动失败,错误 “SGA_MAX_SIZE 5368709120 cannot be set to more than MEMORY_TARGET 1593835520.”

java.sql.SQLException: Cannot create com._51doit.pojo.User: com._51doit.pojo.User Query: select * fr