I had two Similar tables in two different Databases.
Database 1 : Table 1
Column1
AB
AC
AD
AF
BC
Database 2 : Table 2
Column1
AB
AC
AD
These are the data in tables. Can you give me the select query which gives the results AF, BC. So I can show a error msg from from frontend app saying that AF, BC not exists in Database2 Table 1.