分享至
朋友圈
微信
qq空间
qq
微博
复制
select c.colid, c.name, c.xtype, c.length, xprec from syscolumns c inner join sysobjects o on o.id=c.id where o.name='INVMA' order by colid