I need to join two tables from different databases.
$src->prepare($sql) would execute the sql statement, but my doubt is how to address the tables from different databases in the sql statement.
Thanks.
I am using MySQL and it is supporting join feature across different databases. I could able to do it in MySQL. So I need to know if I can do it in perl.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.