How to Do Minus in MySQLby Ed ChenMay 20, 2015March 29, 2018In MySQL, there're UNION, UNION ALL set operators like Oracle, but no MINUS. You have to work around it by doing LEFT JOIN tricks.In this… Read More »How to Do Minus in MySQL