摘要: group表有个varchar 的字段groupPower,值为1,2,3,4,有个sql语句为 select * from dbo.function where functionId in ( select groupPower from dbo.group where groupid=1 ) 执行出错将 varchar 值 '1,2,3,4' 转换为数据类型为 int 的列时发生语法错误。 解... 阅读全文
posted @ 2007-09-10 17:13 kevinLee 阅读(6737) 评论(0) 推荐(0)