62,271
社区成员
发帖
与我相关
我的任务
分享string strsql="select * from cmr_productcolor where id in(select pro_color from cmr_T_ProductBase where pro_gdscode='"+gds+"')";select * from cmr_productcolor where charindex(',' + ltrim(id) + ',', (select ',' + pro_color + ',' from cmr_T_ProductBase where pro_gdscode='"+gds+"')) > 0";