Hi, you should link with database name like an example below.
if you are trying to join two tables one from each database follow the naming convention.
<DatabaseName1>.<TableName>.<FieldName> inner join <DatabaseName2>.<TableName>.<FieldName>
Hi, you should link with database name like an example below.
if you are trying to join two tables one from each database follow the naming convention.
<DatabaseName1>.<TableName>.<FieldName> inner join <DatabaseName2>.<TableName>.<FieldName>