首页 > 数据库技术 > 详细

SQL语句 in 查询

时间:2015-06-15 18:13:02      阅读:154      评论:0      收藏:0      [点我收藏+]
技术分享
for (int i = 0; i < dtUserAndAgentRelation.Rows.Count; i++ )
                {
                    strAgentID += string.Format("‘{0}‘,", Convert.ToString(dtUserAndAgentRelation.Rows[i]["AgentID"]));
                    
                }

                strAgentID = strAgentID.Trim(,);
View Code

 

SQL语句 in 查询

原文:http://www.cnblogs.com/show-lee/p/4578731.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!