In a "base" table of SQLite, there is a reference column:
refX
Another "content" table contains this same column, but many of its records are not listed in the base table.
How do I delete the records in the "content" table that are NOT in the "base" table?