A.fieldA=Cast(fieldB ,'varchar(10)') would generally work. There could be couple of reasons why the join doesn't work
1. A possible truncation during 'varchar(10)' which result in non-matching
2. There's no matching records
A.fieldA=Cast(fieldB ,'varchar(10)') would generally work. There could be couple of reasons why the join doesn't work
1. A possible truncation during 'varchar(10)' which result in non-matching
2. There's no matching records