标题:关于创建的问题
只看楼主
暴暴蛇
Rank: 1
等 级:新手上路
帖 子:10
专家分:0
注 册:2006-3-16
 问题点数:0 回复次数:1 
关于创建的问题
我在创建
create table product(
productid varchar(30) not null,
category varchar(30) not null,
[name] varchar(80) not null,
descn varchar(255) null,
idPromot bit default 0,
registerTime datetime default getdate()
constraint pk_product primary key (productid),
constraint fk_product_1 foreign key (catefory)
references category (catid),
);
这个表的时候,系统提示我
服务器: 消息 1769,级别 16,状态 1,行 81
外键 'fk_product_1' 引用了位于引用表 'product' 中的无效列 'catefory'。
服务器: 消息 1750,级别 16,状态 1,行 81
未能创建约束。请参阅前面的错误信息。
这个错误,是怎么回事?

请各位大哥帮帮忙
搜索更多相关主题的帖子: 服务器 references default category 
2006-04-12 13:08
LouisXIV
Rank: 6Rank: 6
等 级:贵宾
威 望:25
帖 子:789
专家分:0
注 册:2006-1-5
得分:0 
是不是你自己写的?

貌似'catefory'是'category'的笔误。。。

2006-04-12 13:18



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-56998-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.207535 second(s), 7 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved