brianhempel / active_record_union

UNIONs in ActiveRecord! Adds proper union and union_all methods to ActiveRecord::Relation.
Other
423 stars 41 forks source link

Union of multiple columns on 2 tables with no relationship #25

Open sandipsubedi opened 5 years ago

sandipsubedi commented 5 years ago

Does this work for a case when I have to do union of multiple columns on 2 tables that does not have any relationship?

I don't want all columns. I just out few columns.