G
gan
Hi, I'd like to INNER JOIN 2 table. Say that using table1.Field1 and
table2.Field2.
However, Field1 from table A is in numeric format and Field2 is in text
format (where the value stored might be '1' instead of 1).
If is possible for me to "convert" the value in Field1 to text and perform
an INNER JOIN? or any other idea?
Thanks in advanced!
table2.Field2.
However, Field1 from table A is in numeric format and Field2 is in text
format (where the value stored might be '1' instead of 1).
If is possible for me to "convert" the value in Field1 to text and perform
an INNER JOIN? or any other idea?
Thanks in advanced!