alter table books add primary key时不能指定CLUSTERED

如果是指不能在alter table add primary key时指定的话,那错误提示应该改成需要在创建表DDL中指定,而不是提示未不支持CLUSTERED属性。