alter table comm_tag add guidkey uniqueidentifier default newid() not null go alter table comm_tag add modifyTag timestamp not null go

select name from syscolumns where id=object_id(N'comm_user')

select name from sysobjects where xtype= 'U'

相关文章:

  • 2021-10-19
  • 2021-10-19
  • 2022-12-23
  • 2022-12-23
  • 2021-11-03
  • 2021-11-17
猜你喜欢
  • 2022-12-23
  • 2021-12-17
  • 2022-12-23
  • 2021-06-13
  • 2021-10-30
  • 2022-02-10
相关资源
相似解决方案