SQLServer查询全部字段并将xtype转换为字符串

查询语句 select c.* from syscolumns c, sysobjects t where c.id = t.id and t.type = 'U' and t.name = ? 查询结果中name表示字段名,xtype表示字段类型,可是用数字表示的,进行转换 switch (num) { default: result =
相关文章
相关标签/搜索