Hello, I've got a File Geodatabase and I'm trying to use a subquery to compare the data in one table with the data in another table.
Here's my query (using select by attributes) - I'm trying to select the rows in the table Geocoded_20201123 using a subquery that select rows from the table Geocoded_20210412
My_ID NOT IN (SELECT My_ID FROM Geocoded_20210412)
However, this SQL does not validate and when I'm typing, the Geocoded_20210412 table doesn't "pop up" as an option.
Documentation says it should work??
Thanks,
Mike...