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 = ''
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 = ''