I am writing a request to do something. But it does not work the way I want:
select CORR_ID from TABLE1 where CORR_ID not in (select id from TABLE2)
The problem is that TABLE2.id is long, while TABLE1.CORR_ID is a string.
So how can I make it work?
PS: I am using IBM UDB.
sql db2
jrharshath
source share