摘要:
Select DISTINCT STUFF(( SELECT ',' + name FROM SysColumns WHERE id = a.id FOR XML PATH('') ), 1, 1, '') Name FROM SysColumns a Where id=Object_Id('TableName') 阅读全文
摘要:
在tool中执行脚本 Option Explicit ValidationMode = True InteractiveMode = im_Batch Dim mdl ' the current model ' get the current active model Set mdl = Activ 阅读全文