Skip to main content

SQL: Find items not in one table that are not in another

15th October, 2022

Updated: 15th October, 2022

    SELECT name FROM table2 WHERE name NOT IN (SELECT name FROM table1)

    f1b4a80d-02d4-48c9-92db-43105ac6f34a

    Created on: 15th October, 2022

    Last updated: 15th October, 2022

    Tagged With: