brianhempel / active_record_union

UNIONs in ActiveRecord! Adds proper union and union_all methods to ActiveRecord::Relation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Union of multiple columns on 2 tables with no relationship

sandipsubedi opened this issue · comments

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.