hi all,
I am running into a strange issue and wondering if you have any similar experience. I have two very simple tables and am joining them on employee id. everything pulls correctly in this query but there is one employee id that exists in both the tables but is not begin picked up in the query. It is a somple inner join on employee id – I tried LTRIM AND RTRIM but no luck. I also checked the length of this particular employee id using the LEN function and it returned same on both the tables.
any idea what is going on? I can post sample data but am not sure if it will help. thanks for the help.