mssql 语句 select * A where id in (select 字符型 from B where id=1),怎样才能执行?
表B结构:idabc13427,343221235,4568,754632456select*Awhereidin(selectabcfromBwhereid=1)执行结...
表B结构:
id abc
1 3427,3432
2 1235,4568,7546
3 2456
select * A where id in (select abc from B where id=1 )
执行结果为 在将 nvarchar 值 '3427,3432' 转换成数据类型 int 时失败。 展开
id abc
1 3427,3432
2 1235,4568,7546
3 2456
select * A where id in (select abc from B where id=1 )
执行结果为 在将 nvarchar 值 '3427,3432' 转换成数据类型 int 时失败。 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询