您的位置:首页 > 其它

Symantec 赛门铁克招聘 SQA Engineer

2011-12-30 11:24 351 查看
select a.name,
b.name + '('+ convert(varchar,a.length) + ')' + case a.isnullable when 1 then ' Null' else '' end as [type],
'' as Pretty
from syscolumns a join systypes b
on (a.xusertype = b.xusertype)
where a.id = object_id('TableName') Order By a.ColOrder


得到结果为:



内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: