Hi,
I have a key which is comprised of three different fields.
I also have a list of all unique keys used in my db. I need to find out which keys from that list are not in use. I know that not IN can only be used on a singular value. What strategy can I use to find this out.
Thanks
Mordja