用SQL:

ALTER TABLE table ADD column AS datediff(d,CreatedDate,getdate())

通过ssms

列属性-> 表设计器 -> 计算所得的列规范 -> 公式

相关文章:

  • 2021-11-23
  • 2022-12-23
  • 2021-09-13
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-02-16
猜你喜欢
  • 2022-12-23
  • 2021-11-03
  • 2022-12-23
  • 2022-01-04
  • 2021-11-15
  • 2021-12-31
  • 2022-12-23
相关资源
相似解决方案