Combine data from multiple datasets

@goris

Can you not do the below?

select * from mongodb.mybook1
union all
select * from mysql.mybook2