摘要:
SELECT (case when a.colorder=1 then d.name else null end) 表名, a.colorder 字段序号,a.name 字段名,(case when COLUMNPROPERTY( a.id,a.name,'IsIdentity')=1 then ' 阅读全文
摘要:
SQL SERVER 创建自增GUID列 [Id] [uniqueidentifier] NOT NULL DEFAULT NEWSEQUENTIALID() SQL SERVER 创建自增GUID列 [Id] [uniqueidentifier] NOT NULL DEFAULT NEWSEQUE 阅读全文