摘要:
1,引用其他表的字段,建自己的表字段Create table FieldByReferences( ID int references dbo.STORY(ID) primary key, CARDID int references dbo.Card(ID) not NULL,)创建的表之后查看建表语句,得如下:CREATE TABLE [dbo].[FieldByReferences]( [ID... 阅读全文
posted @ 2009-12-25 13:12
Eigen
阅读(247)
评论(0)
推荐(0)