Hi,
I have a 3rd party DB system I'm trying to integrate, they have a table structure where they call the key a composite link which is a calculation...
Is it possible to do a join where it isn't a simple case of table1.CaseId = table2.CaseId
Is it only possible to create unions where table1.column = table2.column ?
Cheers,
1DMF
"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you."
"If a shortcut was meant to be easy, it wouldn't be a shortcut, it would be the way!"
Google Rank Extractor -> Perl beta with FusionCharts
I have a 3rd party DB system I'm trying to integrate, they have a table structure where they call the key a composite link which is a calculation...
table2.CaseId = (table1.CompanyId x 1,000,000 + table1.CaseId)
Is it possible to do a join where it isn't a simple case of table1.CaseId = table2.CaseId
Is it only possible to create unions where table1.column = table2.column ?
Cheers,
1DMF
"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you."
"If a shortcut was meant to be easy, it wouldn't be a shortcut, it would be the way!"
Google Rank Extractor -> Perl beta with FusionCharts