Penguin
Note: You are viewing an old revision of this page. View the current version.

select * from (select * from foo where bar) where baz

MySQL had not supported the functionality for years, until release 4.1. That truly sucked the smelly kumera.

And then when they did implement it, it doesn't allow nested sub selected and has other irritating limitations.