How can I join across to another databases?
i have the id of field, but i need to connect to other table in other database to show the airline_name of this id.
how can i make it work??
Similar to how you would do it in SQL, you would reference the database name as well - e.g. db1.table1 and db2.table2. See also this discussion on the same topic.
Answers
Hi,
Similar to how you would do it in SQL, you would reference the database name as well - e.g.
db1.table1
anddb2.table2
. See also this discussion on the same topic.Allan