Try this:
SELECT num FROM first_table t1 WHERE num NOT IN (SELECT num FROM second_table );
1.4m articles
1.4m replys
5 comments
57.0k users