Hi,

I have multiple dataset queries. What would be the best way to create a 
union in this scenario?

I have tried -

ds1.union(ds2.union(ds3.union)))

as well as

ds1.union(ds2).union(ds3)

In either case, the resulting SQL looks unnecessarily nested, although the 
results are identical.

Is there a better way?

Thanks,
 - Abhijit.

-- 
You received this message because you are subscribed to the Google Groups 
"sequel-talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sequel-talk+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sequel-talk/c52ad11e-7b87-47db-8f14-e1be7388460dn%40googlegroups.com.

Reply via email to