码迷,mamicode.com
首页 > 数据库 > 详细

SQL语句 in 查询

时间:2015-06-15 18:15:50      阅读:132      评论: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
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!