Just wanted to ask if this is possible or a way to determine the strings that is not on my table. for example
select name from table_person where name IN('name1','name2','name3')
- scenario is name1 and name2 is available on my table but what I want to display is name3, since I want to know what are the things I haven't added.