1

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

jonathan
  • 161
  • 1
  • 4

1 Answers1

1

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.

hwiechers
  • 14,583
  • 8
  • 53
  • 62