sql如何判断列是否有绑定自定义类型 5
1个回答
展开全部
你是想查字段类型吗?sql里没有绑定一说吧
select a.name,a.length,b.name as 字段类型 from syscolumns a,systypes b,sysobjects c
where a.xtype=b.xtype and a.id=c.id and c.name='table'
AND B.NAME!='SYSNAME'
select a.name,a.length,b.name as 字段类型 from syscolumns a,systypes b,sysobjects c
where a.xtype=b.xtype and a.id=c.id and c.name='table'
AND B.NAME!='SYSNAME'
追问
对的,就是怎样查出列用了自定义类型
追答
上面的代码就是了,sqlserver的查询字段类型
把table换成你要看的表明就行了
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询