Community

Common Table Expressions: A Shocking Difference Between MySQL and MariaDB

(Dave Stokes) Common Table Expressions (CTEs) are a very useful tool and frankly a big improvement on sub-queries. But there are differences in how they are implemented in MySQL and MariaDB.