A股上市公司传智教育(股票代码 003032)旗下技术交流社区北京昌平校区

 找回密码
 加入黑马

QQ登录

只需一步,快速开始

SELECT name FROM syscolumns WHERE id=Object_Id('itcastsim.dbo.Person');
这个查询不出来

评分

参与人数 1技术分 +1 收起 理由
苏波 + 1

查看全部评分

1 个回复

倒序浏览
获得表的所有字段
selectc.name,t.name,c.xprec,c.xscale,c.isnullable    
from systypes t,syscolumns c    
where t.xtype=c.xtype    
and c.id = (select id from sysobjects where name='YourTableName')    
order by c.colid   
回复 使用道具 举报
您需要登录后才可以回帖 登录 | 加入黑马