sqlserver中GUID的默认值设置

YID             uniqueidentifier     not null default (NEWSEQUENTIALID()),  //有序GUID(只能用于表设计的时候的默认值,不能用于赋值)
YID             uniqueidentifier     not null default (NEWID()),  //无序GUID

相关文章:

  • 2022-02-17
  • 2021-12-04
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-28
  • 2021-11-13
  • 2022-01-13
相关资源
相似解决方案