Answers for "how to select only id where is not in column mysql"

SQL
0

how to select only id where is not in column mysql

SELECT * FROM Table1 WHERE Table1.principal NOT IN (SELECT principal FROM table2)
Posted by: Guest on January-16-2022

Code answers related to "how to select only id where is not in column mysql"

Code answers related to "SQL"

Browse Popular Code Answers by Language