Hi all,
The following query is taking forever to run on DB2...
select count (*) from SONG_KNOWLEDGE_BASE where SONG_CD not in (select SONG_CD from SONG)
It looks simple. I have heard that NOT IN should not be used, is this true. Can someone help me rewrite this query?
Thanks much,
Jehan