I have two columns same db, different tables, one is varchar( S 12345) and the other is int (12345).
I want to join the tables using these columns I don't need to used the (S)
Is there a way to do this if so how can it be done.
Joining the tables I get an error Syntax error converting the varchar value 's 12345' to a column of data type int.
Thanks