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.
No other page links to SubSelects yet.