From: "Jess Robinson" <castaway at desert-island.me.uk> >> Is it possible to do >> select a, b, c from table_name >> union select a, b, c from table2_name >> >> using DBIx::Class? >> >> Thanks. >> > > > Yes, it is. > > Jess And where can I read how to do it? I have searched for "union" in more POD docs but I couldn't find that word. Thanks. Octavian