已知 id 时获取联系人
我有一个“n”个联系人 ID 列表,我需要获取对应的联系人详细信息。一种使用联系人 ID 进行 n 次查询并检索这些联系人的简单方法。但这将非常耗时,尤其是当 n 很大时。我想知道是否有更简单的方法来获取这些结果(如批量查询等)。
I have a list of 'n' contact ids corresponding to which I need to obtain the contact details. One simple way to make n queries using the contact ids and retrieve those contacts. But this will be very time-consuming especially if n is large. I would like to know if there is any simpler way to obtain these results (like batch query etc).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
然后你可以循环光标
then you can loop the cursor