Skip to content

Subquery

Minus in MySQL

In 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… Read More »Minus in MySQL