I have this cross-database query...
SELECT `DM_Server`.`Jobs`.*, `DM_Server`.servers.Description AS server, digital_inven
I believe the default is INNER JOIN if you just specify JOIN.
INNER JOIN
JOIN