日期:2014-05-18 浏览次数:20451 次
alter table NB_Consumer_2 add constraint UK_UserNameCrDate unique(UserID,CONVERT(varchar(10),CreDate,112))
use tempdb go Create table Test( ID int not null, ID2 int not null--非null ) go alter table Test add constraint PK_Test primary key (ID,ID2)
------解决方案--------------------
你需要存时分秒吗? date类型如何?
要不就再加一个字段吧。