I was working on a little select statement when i could not figure out why it was not working. Could it have been me? I found out that one of the fields is DBCS.
So is there a way to convert sbcs to dbcs using sql. I see that dbcs will not go into a sbcs.
I am trying to do this;
It is the B.TblVal that is dbcs.
Thanks.
So is there a way to convert sbcs to dbcs using sql. I see that dbcs will not go into a sbcs.
I am trying to do this;
Code:
where B.TblVal = Iatrb4
Thanks.



Comment