Is it possible to do cross database joins in drupal?
Say you have two databases, drupal and old_data_source. You want to join drupal.node to old_data_source.page.
db_set_active() can be called to use multiple databases. However can't find anything about cross database table joins!
(I'm looking into this as part of a migration script and will be removing old_data_source)