I have different DB with the same tables each, and I need to group the information from those tables.
For example:
- table orders db 1
- table orders db 2
The idea in pseudo-code would be:
"SELECT * FROM orders(db 1), orders(db 2)"
Do you know an easy way to do this?