Rhino.ETL 中的连续连接
我有 3 张桌子,想加入 1 张桌子。 我怎样才能用Rhino.ETL做到这一点?
我知道如何连接 2 个表,但不知道如何连接 3 个表... 谢谢 约翰
I have 3 tables i want to join in 1 table.
How can i do that with Rhino.ETL ?
I know how to join 2 tables, but not 3...
Thanks
John
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用嵌套连接。
假设您的表是 A、B 和 C。
首先将A和B连接起来得到AB。
然后将AB连接到C。
Use a nested join.
Let's say your tables are A, B and C.
First join A and B to get AB.
Then join AB to C.