按用户对选择销售额
我有一个会话表
UserId SessionId
1 a
2 a
1 b
4 b
2 c
3 c
和另一个销售表,其中销售与 SessionID
相关联。我想从 Session
表中获取唯一用户对的销售额,而无需使用游标。
I have a Session table
UserId SessionId
1 a
2 a
1 b
4 b
2 c
3 c
And another sales table where the sales are tied to a SessionID
. I would like to get the sales by unique pairs of users from the Session
table without having to use a cursor.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)