Forum Discussion
jatneerjat
Helper V
8 years agomerge queries not working
Hi, I have applied merge queries with left outer join between employeeEmail column of two tables but it returns 0 matching rows. I have matching values in both the tables,then why is it returnin...
- 8 years ago
Hi MauriceMecowe,
Actually the values in one table was in uppercase and in other it was lowercase,once i changed both to lowercase it works.
Thanks,
Neeraj
MauriceMecowe
Resolver II
8 years agoHi jatneerjat
Are the data types of the columns you match on the same, this might explain your issue.
jatneerjat
Helper V
8 years agoHi MauriceMecowe,
Actually the values in one table was in uppercase and in other it was lowercase,once i changed both to lowercase it works.
Thanks,
Neeraj