select a.name as 列名, a.length as 长度,b.name as 类型 from syscolumns a left join systypes b on a.xtype = b.xtype left join sysobjects c on c.id = a.id -- where c.name = ''
本文共 224 字,大约阅读时间需要 1 分钟。
转载于:https://www.cnblogs.com/cellphoneyeah/p/6649561.html