Forum Moderators: open
I'm having a hard time figuring out how to compare a column in a where clause to an array from another column. Basically I want to locate orphaned records that used to reference other records that have since been deleted. I tried investigating JOIN statements, both those seem to only apply to data in another table, not the current one. Any ideas for me? Thanks in advance.