Hi I want to link two tables together, both tables has a field called opr_nbr
This is the operation number (05 for example)
The trouble is in one of the tables the data is a number in the other is text.
The fields are outputs from legacy systems, I want an easy way to link these tables so that I can perform queries on them.
the problem I find is im getting a data mismatch error, as the data is showing as not the same.
When looking at the tables one shows 05 and the other would show 5
is there a way of converting the field during a query. I am unable to modify the table itself, only query from it.
I have been scratching my head on this one for a few days, done some searches on here and still come up with nothing. Hopefully one of you guys can help.
Thanks
This is the operation number (05 for example)
The trouble is in one of the tables the data is a number in the other is text.
The fields are outputs from legacy systems, I want an easy way to link these tables so that I can perform queries on them.
the problem I find is im getting a data mismatch error, as the data is showing as not the same.
When looking at the tables one shows 05 and the other would show 5
is there a way of converting the field during a query. I am unable to modify the table itself, only query from it.
I have been scratching my head on this one for a few days, done some searches on here and still come up with nothing. Hopefully one of you guys can help.
Thanks