ALTER TABLE  dbo.WBISInsuredDetails
Add Status char(1)

ALTER TABLE  dbo.WBISInsuredDetails
Add UpdateDate smalldatetime

Alter   table   dbo.WBISInsuredDetails  
ADD   Constraint   WBISInsuredDetails_Status Default   'A'   For   Status

Alter   table   dbo.WBISInsuredDetails  
ADD   Constraint   WBISInsuredDetails_UpdateDate Default   getdate()   For   UpdateDate

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-10-13
  • 2021-06-03
  • 2021-11-22
  • 2022-12-23
  • 2022-12-23
  • 2021-10-13
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-01-09
  • 2021-06-06
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案